namespace icu4x { /** *AnobjectthatrunstheICU4Xlocalefallbackalgorithm. * *Seethe[Rustdocumentationfor`LocaleFallbacker`](https://docs.rs/icu_locale/2.1.1/icu_locale/struct.LocaleFallbacker.html) for more information.
*/ class LocaleFallbacker {
public:
/** *Createsanew`LocaleFallbacker`fromcompileddata. * *Seethe[Rustdocumentationfor`new`](https://docs.rs/icu_locale/2.1.1/icu_locale/struct.LocaleFallbacker.html#method.new) for more information.
*/ inlinestatic std::unique_ptr<icu4x::LocaleFallbacker> create();
/** *Createsanew`LocaleFallbacker`fromadataprovider. * *Seethe[Rustdocumentationfor`new`](https://docs.rs/icu_locale/2.1.1/icu_locale/struct.LocaleFallbacker.html#method.new) for more information.
*/ inlinestatic icu4x::diplomat::result<std::unique_ptr<icu4x::LocaleFallbacker>, icu4x::DataError> create_with_provider(const icu4x::DataProvider& provider);
/** *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.
*/ inlinestatic std::unique_ptr<icu4x::LocaleFallbacker> without_data();
/** *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.
*/ inline std::unique_ptr<icu4x::LocaleFallbackerWithConfig> for_config(icu4x::LocaleFallbackConfig config) const;
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.