ICU4X
International Components for Unicode
|
#include <ICU4XLocaleExpander.hpp>
Public Member Functions | |
ICU4XTransformResult | maximize (ICU4XLocale &locale) const |
ICU4XTransformResult | minimize (ICU4XLocale &locale) const |
ICU4XTransformResult | minimize_favor_script (ICU4XLocale &locale) const |
ICU4XLocaleExpander (capi::ICU4XLocaleExpander *i) | |
ICU4XLocaleExpander ()=default | |
ICU4XLocaleExpander (ICU4XLocaleExpander &&) noexcept=default | |
ICU4XLocaleExpander & | operator= (ICU4XLocaleExpander &&other) noexcept=default |
Static Public Member Functions | |
static diplomat::result< ICU4XLocaleExpander, ICU4XError > | create (const ICU4XDataProvider &provider) |
static diplomat::result< ICU4XLocaleExpander, ICU4XError > | create_extended (const ICU4XDataProvider &provider) |
A locale expander.
See the Rust documentation for LocaleExpander
for more information.
|
inlineexplicit |
|
default |
|
defaultnoexcept |
|
inlinestatic |
Create a new [ICU4XLocaleExpander
].
See the Rust documentation for new
for more information.
|
inlinestatic |
Create a new [ICU4XLocaleExpander
] with extended data.
See the Rust documentation for new_extended
for more information.
|
inline |
See the Rust documentation for maximize
for more information.
|
inline |
See the Rust documentation for minimize
for more information.
|
inline |
See the Rust documentation for minimize_favor_script
for more information.
|
defaultnoexcept |