ICU4X
International Components for Unicode
|
#include <ICU4XLocaleFallbacker.hpp>
Public Member Functions | |
diplomat::result< ICU4XLocaleFallbackerWithConfig, ICU4XError > | for_config (ICU4XLocaleFallbackConfig config) const |
ICU4XLocaleFallbacker (capi::ICU4XLocaleFallbacker *i) | |
ICU4XLocaleFallbacker ()=default | |
ICU4XLocaleFallbacker (ICU4XLocaleFallbacker &&) noexcept=default | |
ICU4XLocaleFallbacker & | operator= (ICU4XLocaleFallbacker &&other) noexcept=default |
Static Public Member Functions | |
static diplomat::result< ICU4XLocaleFallbacker, ICU4XError > | create (const ICU4XDataProvider &provider) |
static ICU4XLocaleFallbacker | create_without_data () |
An object that runs the ICU4X locale fallback algorithm.
See the Rust documentation for LocaleFallbacker
for more information.
|
inlineexplicit |
|
default |
|
defaultnoexcept |
|
inlinestatic |
Creates a new ICU4XLocaleFallbacker
from a data provider.
See the Rust documentation for new
for more information.
|
inlinestatic |
Creates a new ICU4XLocaleFallbacker
without data for limited functionality.
See the Rust documentation for new_without_data
for more information.
|
inline |
Associates this ICU4XLocaleFallbacker
with configuration options.
See the Rust documentation for for_config
for more information.
Lifetimes: this
must live at least as long as the output.
|
defaultnoexcept |