ICU4X
International Components for Unicode
Loading...
Searching...
No Matches
ICU4XLocaleFallbackerWithConfig Class Reference

#include <ICU4XLocaleFallbackerWithConfig.hpp>

Public Member Functions

ICU4XLocaleFallbackIterator fallback_for_locale (const ICU4XLocale &locale) const
 
 ICU4XLocaleFallbackerWithConfig (capi::ICU4XLocaleFallbackerWithConfig *i)
 
 ICU4XLocaleFallbackerWithConfig ()=default
 
 ICU4XLocaleFallbackerWithConfig (ICU4XLocaleFallbackerWithConfig &&) noexcept=default
 
ICU4XLocaleFallbackerWithConfigoperator= (ICU4XLocaleFallbackerWithConfig &&other) noexcept=default
 

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.

Constructor & Destructor Documentation

◆ ICU4XLocaleFallbackerWithConfig() [1/3]

ICU4XLocaleFallbackerWithConfig::ICU4XLocaleFallbackerWithConfig ( capi::ICU4XLocaleFallbackerWithConfig * i)
inlineexplicit

◆ ICU4XLocaleFallbackerWithConfig() [2/3]

ICU4XLocaleFallbackerWithConfig::ICU4XLocaleFallbackerWithConfig ( )
default

◆ ICU4XLocaleFallbackerWithConfig() [3/3]

ICU4XLocaleFallbackerWithConfig::ICU4XLocaleFallbackerWithConfig ( ICU4XLocaleFallbackerWithConfig && )
defaultnoexcept

Member Function Documentation

◆ fallback_for_locale()

ICU4XLocaleFallbackIterator ICU4XLocaleFallbackerWithConfig::fallback_for_locale ( const ICU4XLocale & locale) const
inline

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

See the Rust documentation for fallback_for for more information.

Lifetimes: this must live at least as long as the output.

◆ operator=()

ICU4XLocaleFallbackerWithConfig & ICU4XLocaleFallbackerWithConfig::operator= ( ICU4XLocaleFallbackerWithConfig && other)
defaultnoexcept

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