NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
locale 成员列表

成员的完整列表,这些成员属于 locale,包括所有继承而来的类成员

available_locales()localestatic
classic()localestatic
collate_strength 枚举名称locale
collation_key(const string &s) constlocale
compare(const string &a, const string &b, collate_strength strength=collate_strength::tertiary) constlocale
encoding() const noexceptlocaleinline
from_name(const string &name)localestatic
is_alnum(char32_t cp) const noexceptlocale
is_alpha(char32_t cp) const noexceptlocale
is_digit(char32_t cp) const noexceptlocale
is_lower(char32_t cp) const noexceptlocale
is_print(char32_t cp) const noexceptlocale
is_punct(char32_t cp) const noexceptlocale
is_space(char32_t cp) const noexceptlocale
is_upper(char32_t cp) const noexceptlocale
locale()locale
locale(const string &name)localeexplicit
locale(const locale &other)locale
locale(locale &&other) noexceptlocale
monetary() constlocale
name() const noexceptlocaleinline
numeric() constlocale
operator!=(const locale &o) const noexceptlocaleinline
operator=(const locale &other)locale
operator=(locale &&other) noexceptlocale
operator==(const locale &o) const noexceptlocaleinline
system()localestatic
time() constlocale
to_lower(char32_t cp) const noexceptlocale
to_multibyte(const u32string &ucs4) constlocale
to_ucs4(const string &mb) constlocale
to_upper(char32_t cp) const noexceptlocale
~locale()locale