ICU4X
International Components for Unicode
Loading...
Searching...
No Matches
icu4x::LocaleFallbackerWithConfig Class Reference

#include <LocaleFallbackerWithConfig.d.hpp>

Public Member Functions

std::unique_ptr< icu4x::LocaleFallbackIteratorfallback_for_locale (const icu4x::Locale &locale) const
 

Static Public Member Functions

static void operator delete (void *ptr)
 

Detailed Description

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.

Member Function Documentation

◆ fallback_for_locale()

std::unique_ptr< icu4x::LocaleFallbackIterator > icu4x::LocaleFallbackerWithConfig::fallback_for_locale ( const icu4x::Locale & locale) const
inline

Creates an iterator from a locale with each step of fallback.

See the Rust documentation for fallback_for for more information.

◆ operator delete()

void icu4x::LocaleFallbackerWithConfig::operator delete ( void * ptr)
inlinestatic

The documentation for this class was generated from the following files: