ICU4X
International Components for Unicode
|
#include <ICU4XLocaleDisplayNamesFormatter.hpp>
Public Member Functions | |
template<typename W> | |
diplomat::result< std::monostate, ICU4XError > | of_to_writeable (const ICU4XLocale &locale, W &write) const |
diplomat::result< std::string, ICU4XError > | of (const ICU4XLocale &locale) const |
ICU4XLocaleDisplayNamesFormatter (capi::ICU4XLocaleDisplayNamesFormatter *i) | |
ICU4XLocaleDisplayNamesFormatter ()=default | |
ICU4XLocaleDisplayNamesFormatter (ICU4XLocaleDisplayNamesFormatter &&) noexcept=default | |
ICU4XLocaleDisplayNamesFormatter & | operator= (ICU4XLocaleDisplayNamesFormatter &&other) noexcept=default |
Static Public Member Functions | |
static diplomat::result< ICU4XLocaleDisplayNamesFormatter, ICU4XError > | create (const ICU4XDataProvider &provider, const ICU4XLocale &locale, ICU4XDisplayNamesOptionsV1 options) |
See the Rust documentation for LocaleDisplayNamesFormatter
for more information.
|
inlineexplicit |
|
default |
|
defaultnoexcept |
|
inlinestatic |
Creates a new LocaleDisplayNamesFormatter
from locale data and an options bag.
See the Rust documentation for try_new
for more information.
|
inline |
Returns the locale-specific display name of a locale.
See the Rust documentation for of
for more information.
|
inline |
Returns the locale-specific display name of a locale.
See the Rust documentation for of
for more information.
|
defaultnoexcept |