This is the complete list of members for uicore::Text, including all inherited members.
| char_length(const std::string &str) | uicore::Text | static |
| detect_bom(const void *data, std::string::size_type length) | uicore::Text | static |
| equal_caseless(const std::string &a, const std::string &b) | uicore::Text | static |
| from_utf16(const std::wstring &s) | uicore::Text | static |
| from_utf32(unsigned int value) | uicore::Text | static |
| from_wchar(wchar_t value) | uicore::Text | static |
| less_caseless(const std::string &a, const std::string &b) | uicore::Text | static |
| parse_bool(const std::string &value) | uicore::Text | static |
| parse_double(const std::string &value) | uicore::Text | static |
| parse_float(const std::string &value) | uicore::Text | static |
| parse_int32(const std::string &value, int base=10) | uicore::Text | static |
| parse_int64(const std::string &value, int base=10) | uicore::Text | static |
| parse_uint32(const std::string &value, int base=10) | uicore::Text | static |
| parse_uint64(const std::string &value, int base=10) | uicore::Text | static |
| remove_trailing_zeros(std::string text) | uicore::Text | static |
| split(const std::string &text, const std::string &split_string, bool skip_empty=true) | uicore::Text | static |
| to_lower(const std::string &s) | uicore::Text | static |
| to_string(unsigned char value, int base=10, bool uppercase=false) | uicore::Text | inlinestatic |
| to_string(unsigned short value, int base=10, bool uppercase=false) | uicore::Text | inlinestatic |
| to_string(unsigned int value, int base=10, bool uppercase=false) | uicore::Text | static |
| to_string(unsigned long long value) | uicore::Text | static |
| to_string(char value, int base=10, bool uppercase=false) | uicore::Text | inlinestatic |
| to_string(short value, int base=10, bool uppercase=false) | uicore::Text | inlinestatic |
| to_string(int value, int base=10, bool uppercase=false) | uicore::Text | static |
| to_string(long long value) | uicore::Text | static |
| to_string(float value, int digits=6, bool remove_trailing_zeros=true) | uicore::Text | static |
| to_string(double value, int digits=6, bool remove_trailing_zeros=true) | uicore::Text | static |
| to_string(bool value) | uicore::Text | static |
| to_upper(const std::string &s) | uicore::Text | static |
| to_utf16(const std::string &s) | uicore::Text | static |
| trim(const std::string &text) | uicore::Text | static |