|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 locale,包括所有继承而来的类成员
| available_locales() | locale | static |
| classic() | locale | static |
| collate_strength 枚举名称 | locale | |
| collation_key(const string &s) const | locale | |
| compare(const string &a, const string &b, collate_strength strength=collate_strength::tertiary) const | locale | |
| encoding() const noexcept | locale | inline |
| from_name(const string &name) | locale | static |
| is_alnum(char32_t cp) const noexcept | locale | |
| is_alpha(char32_t cp) const noexcept | locale | |
| is_digit(char32_t cp) const noexcept | locale | |
| is_lower(char32_t cp) const noexcept | locale | |
| is_print(char32_t cp) const noexcept | locale | |
| is_punct(char32_t cp) const noexcept | locale | |
| is_space(char32_t cp) const noexcept | locale | |
| is_upper(char32_t cp) const noexcept | locale | |
| locale() | locale | |
| locale(const string &name) | locale | explicit |
| locale(const locale &other) | locale | |
| locale(locale &&other) noexcept | locale | |
| monetary() const | locale | |
| name() const noexcept | locale | inline |
| numeric() const | locale | |
| operator!=(const locale &o) const noexcept | locale | inline |
| operator=(const locale &other) | locale | |
| operator=(locale &&other) noexcept | locale | |
| operator==(const locale &o) const noexcept | locale | inline |
| system() | locale | static |
| time() const | locale | |
| to_lower(char32_t cp) const noexcept | locale | |
| to_multibyte(const u32string &ucs4) const | locale | |
| to_ucs4(const string &mb) const | locale | |
| to_upper(char32_t cp) const noexcept | locale | |
| ~locale() | locale |