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

#include <LocaleFallbackerWithConfig.d.hpp>

Public Member Functions

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

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 LocaleFallbackerWithConfig for more information.

Member Function Documentation

◆ config()

icu4x::LocaleFallbackConfig icu4x::LocaleFallbackerWithConfig::config ( ) const
inline

Returns the associated config.

See the Rust documentation for config for more information.

◆ 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: