// generated by diplomat-tool import type { DataError } from "./DataError" import type { DataProvider } from "./DataProvider" import type { Locale } from "./Locale" import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/** *Asetof"exemplarcharacters"foragivenlocale. * *Seethe[Rustdocumentationfor`locale`](https://docs.rs/icu/2.1.1/icu/locale/index.html) for more information. * *Seethe[Rustdocumentationfor`ExemplarCharacters`](https://docs.rs/icu/2.1.1/icu/locale/exemplar_chars/struct.ExemplarCharacters.html) for more information. * *Seethe[Rustdocumentationfor`ExemplarCharactersBorrowed`](https://docs.rs/icu/2.1.1/icu/locale/exemplar_chars/struct.ExemplarCharactersBorrowed.html) for more information.
*/
export class ExemplarCharacters { /** @internal */
get ffiValue(): pointer; /** @internal */
constructor();
/** *Checkswhetherthestringisintheset. * *Seethe[Rustdocumentationfor`contains_str`](https://docs.rs/icu/2.1.1/icu/collections/codepointinvliststringlist/struct.CodePointInversionListAndStringList.html#method.contains_str) for more information.
*/
containsStr(s: string): boolean;
/** *Checkswhetherthecodepointisintheset. * *Seethe[Rustdocumentationfor`contains`](https://docs.rs/icu/2.1.1/icu/collections/codepointinvliststringlist/struct.CodePointInversionListAndStringList.html#method.contains) for more information.
*/
contains(cp: codepoint): boolean;
/** *Createan{@linkExemplarCharacters}forthe"main"setofexemplarcharactersforagivenlocale,usingcompileddata. * *Seethe[Rustdocumentationfor`try_new_main`](https://docs.rs/icu/2.1.1/icu/locale/exemplar_chars/struct.ExemplarCharacters.html#method.try_new_main) for more information.
*/ static createMain(locale: Locale): ExemplarCharacters;
/** *Createan{@linkExemplarCharacters}forthe"main"setofexemplarcharactersforagivenlocale,usingaparticulardatasource * *Seethe[Rustdocumentationfor`try_new_main`](https://docs.rs/icu/2.1.1/icu/locale/exemplar_chars/struct.ExemplarCharacters.html#method.try_new_main) for more information.
*/ static createMainWithProvider(provider: DataProvider, locale: Locale): ExemplarCharacters;
/** *Createan{@linkExemplarCharacters}forthe"auxiliary"setofexemplarcharactersforagivenlocale,usingcompileddata. * *Seethe[Rustdocumentationfor`try_new_auxiliary`](https://docs.rs/icu/2.1.1/icu/locale/exemplar_chars/struct.ExemplarCharacters.html#method.try_new_auxiliary) for more information.
*/ static createAuxiliary(locale: Locale): ExemplarCharacters;
/** *Createan{@linkExemplarCharacters}forthe"auxiliary"setofexemplarcharactersforagivenlocale,usingcompileddata. * *Seethe[Rustdocumentationfor`try_new_auxiliary`](https://docs.rs/icu/2.1.1/icu/locale/exemplar_chars/struct.ExemplarCharacters.html#method.try_new_auxiliary) for more information.
*/ static createAuxiliaryWithProvider(provider: DataProvider, locale: Locale): ExemplarCharacters;
/** *Createan{@linkExemplarCharacters}forthe"punctuation"setofexemplarcharactersforagivenlocale,usingcompileddata. * *Seethe[Rustdocumentationfor`try_new_punctuation`](https://docs.rs/icu/2.1.1/icu/locale/exemplar_chars/struct.ExemplarCharacters.html#method.try_new_punctuation) for more information.
*/ static createPunctuation(locale: Locale): ExemplarCharacters;
/** *Createan{@linkExemplarCharacters}forthe"punctuation"setofexemplarcharactersforagivenlocale,usingcompileddata. * *Seethe[Rustdocumentationfor`try_new_punctuation`](https://docs.rs/icu/2.1.1/icu/locale/exemplar_chars/struct.ExemplarCharacters.html#method.try_new_punctuation) for more information.
*/ static createPunctuationWithProvider(provider: DataProvider, locale: Locale): ExemplarCharacters;
/** *Createan{@linkExemplarCharacters}forthe"numbers"setofexemplarcharactersforagivenlocale,usingcompileddata. * *Seethe[Rustdocumentationfor`try_new_numbers`](https://docs.rs/icu/2.1.1/icu/locale/exemplar_chars/struct.ExemplarCharacters.html#method.try_new_numbers) for more information.
*/ static createNumbers(locale: Locale): ExemplarCharacters;
/** *Createan{@linkExemplarCharacters}forthe"numbers"setofexemplarcharactersforagivenlocale,usingcompileddata. * *Seethe[Rustdocumentationfor`try_new_numbers`](https://docs.rs/icu/2.1.1/icu/locale/exemplar_chars/struct.ExemplarCharacters.html#method.try_new_numbers) for more information.
*/ static createNumbersWithProvider(provider: DataProvider, locale: Locale): ExemplarCharacters;
/** *Createan{@linkExemplarCharacters}forthe"index"setofexemplarcharactersforagivenlocale,usingcompileddata. * *Seethe[Rustdocumentationfor`try_new_index`](https://docs.rs/icu/2.1.1/icu/locale/exemplar_chars/struct.ExemplarCharacters.html#method.try_new_index) for more information.
*/ static createIndex(locale: Locale): ExemplarCharacters;
/** *Createan{@linkExemplarCharacters}forthe"index"setofexemplarcharactersforagivenlocale,usingcompileddata. * *Seethe[Rustdocumentationfor`try_new_index`](https://docs.rs/icu/2.1.1/icu/locale/exemplar_chars/struct.ExemplarCharacters.html#method.try_new_index) for more information.
*/ static createIndexWithProvider(provider: DataProvider, locale: Locale): ExemplarCharacters;
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.