ICU4X
International Components for Unicode
|
#include <LocaleFallbackerWithConfig.d.hpp>
Public Member Functions | |
std::unique_ptr< icu4x::LocaleFallbackIterator > | fallback_for_locale (const icu4x::Locale &locale) const |
Static Public Member Functions | |
static void | operator delete (void *ptr) |
An object that runs the ICU4X locale fallback algorithm with specific configurations.
See the Rust documentation for LocaleFallbacker
for more information.
See the Rust documentation for LocaleFallbackerWithConfig
for more information.
|
inline |
Creates an iterator from a locale with each step of fallback.
See the Rust documentation for fallback_for
for more information.
|
inlinestatic |