// generated by diplomat-tool import type { DataError } from "./DataError" import type { DataProvider } from "./DataProvider" import type { Locale } from "./Locale" import type { TransformResult } from "./TransformResult" import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/** *Alocaleexpander. * *Seethe[Rustdocumentationfor`LocaleExpander`](https://docs.rs/icu/2.1.1/icu/locale/struct.LocaleExpander.html) for more information.
*/
export class LocaleExpander { /** @internal */
get ffiValue(): pointer;
/** *Createanew{@linkLocaleExpander}usinganew_commondatasource. * *Seethe[Rustdocumentationfor`new_common`](https://docs.rs/icu/2.1.1/icu/locale/struct.LocaleExpander.html#method.new_common) for more information.
*/ static createCommonWithProvider(provider: DataProvider): LocaleExpander;
/** *Createanew{@linkLocaleExpander}withextendeddatausingcompileddata. * *Seethe[Rustdocumentationfor`new_extended`](https://docs.rs/icu/2.1.1/icu/locale/struct.LocaleExpander.html#method.new_extended) for more information.
*/ static createExtended(): LocaleExpander;
/** *Createanew{@linkLocaleExpander}withextendeddatausingaparticulardatasource. * *Seethe[Rustdocumentationfor`new_extended`](https://docs.rs/icu/2.1.1/icu/locale/struct.LocaleExpander.html#method.new_extended) for more information.
*/ static createExtendedWithProvider(provider: DataProvider): LocaleExpander;
/** *Seethe[Rustdocumentationfor`maximize`](https://docs.rs/icu/2.1.1/icu/locale/struct.LocaleExpander.html#method.maximize) for more information.
*/
maximize(locale: Locale): TransformResult;
/** *Seethe[Rustdocumentationfor`minimize`](https://docs.rs/icu/2.1.1/icu/locale/struct.LocaleExpander.html#method.minimize) for more information.
*/
minimize(locale: Locale): TransformResult;
/** *Seethe[Rustdocumentationfor`minimize_favor_script`](https://docs.rs/icu/2.1.1/icu/locale/struct.LocaleExpander.html#method.minimize_favor_script) for more information.
*/
minimizeFavorScript(locale: Locale): TransformResult;
/** *Createanew{@linkLocaleExpander}usingcompileddata. * *Seethe[Rustdocumentationfor`new_common`](https://docs.rs/icu/2.1.1/icu/locale/struct.LocaleExpander.html#method.new_common) for more information.
*/
constructor();
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.14 Sekunden
(vorverarbeitet am 2026-08-25)
¤
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.