// generated by diplomat-tool import type { DataError } from "./DataError" import type { DataProvider } from "./DataProvider" import type { LocaleFallbackConfig } from "./LocaleFallbackConfig" import type { LocaleFallbackConfig_obj } from "./LocaleFallbackConfig" import type { LocaleFallbackerWithConfig } from "./LocaleFallbackerWithConfig" import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/** *AnobjectthatrunstheICU4Xlocalefallbackalgorithm. * *Seethe[Rustdocumentationfor`LocaleFallbacker`](https://docs.rs/icu_locale/2.1.1/icu_locale/struct.LocaleFallbacker.html) for more information.
*/
export class LocaleFallbacker { /** @internal */
get ffiValue(): pointer;
/** *Createsanew`LocaleFallbacker`fromadataprovider. * *Seethe[Rustdocumentationfor`new`](https://docs.rs/icu_locale/2.1.1/icu_locale/struct.LocaleFallbacker.html#method.new) for more information.
*/ static createWithProvider(provider: DataProvider): LocaleFallbacker;
/** *Createsanew`LocaleFallbacker`withoutdataforlimitedfunctionality. * *Seethe[Rustdocumentationfor`new_without_data`](https://docs.rs/icu_locale/2.1.1/icu_locale/struct.LocaleFallbacker.html#method.new_without_data) for more information.
*/ static withoutData(): LocaleFallbacker;
/** *Associatesthis`LocaleFallbacker`withconfigurationoptions. * *Seethe[Rustdocumentationfor`for_config`](https://docs.rs/icu_locale/2.1.1/icu_locale/struct.LocaleFallbacker.html#method.for_config) for more information.
*/
forConfig(config: LocaleFallbackConfig_obj): LocaleFallbackerWithConfig;
/** *Createsanew`LocaleFallbacker`fromcompileddata. * *Seethe[Rustdocumentationfor`new`](https://docs.rs/icu_locale/2.1.1/icu_locale/struct.LocaleFallbacker.html#method.new) for more information.
*/
constructor();
}
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.