| _builtinCapacity | Common::BaseString< u32char_type_t > | protectedstatic |
| _capacity (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| _extern | Common::BaseString< u32char_type_t > | |
| _refCount (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | mutable |
| _size | Common::BaseString< u32char_type_t > | protected |
| _storage | Common::BaseString< u32char_type_t > | |
| _str | Common::BaseString< u32char_type_t > | protected |
| append(const value_type *str) | Common::BaseString< u32char_type_t > | |
| append(size_t count, value_type c) (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| append(const BaseString &str) (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| append(const value_type *begin, const value_type *end) | Common::BaseString< u32char_type_t > | |
| assign(const BaseString &str) | Common::BaseString< u32char_type_t > | |
| assign(BaseString &&str) (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| assign(size_t count, value_type c) (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| assign(const value_type *str) (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| assign(const value_type *str, size_t count) (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| assignInsert(const value_type *str, uint32 p) (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | protected |
| assignInsert(value_type c, uint32 p) (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | protected |
| assignInsert(const BaseString &str, uint32 p) (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | protected |
| asUint64() const | Common::BaseString< u32char_type_t > | |
| asUint64Ext() const | Common::BaseString< u32char_type_t > | |
| at(size_t idx) const | Common::BaseString< u32char_type_t > | inline |
| BaseString() | Common::BaseString< u32char_type_t > | inline |
| BaseString(value_type c) | Common::BaseString< u32char_type_t > | inlineexplicit |
| BaseString(size_t n, value_type c) | Common::BaseString< u32char_type_t > | |
| BaseString(const BaseString &str) | Common::BaseString< u32char_type_t > | |
| BaseString(BaseString &&str) | Common::BaseString< u32char_type_t > | |
| BaseString(const value_type *str) | Common::BaseString< u32char_type_t > | explicit |
| BaseString(const value_type *str, uint32 len) | Common::BaseString< u32char_type_t > | |
| BaseString(const value_type *beginP, const value_type *endP) | Common::BaseString< u32char_type_t > | |
| begin() (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | inline |
| begin() const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | inline |
| c_str() const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | inline |
| chop(uint32 len=1) | Common::BaseString< u32char_type_t > | |
| clear() | Common::BaseString< u32char_type_t > | |
| cMemChr(const value_type *ptr, value_type c, size_t count) (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | protectedstatic |
| cMemChr(value_type *ptr, value_type c, size_t count) (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | protectedstatic |
| cMemCmp(const value_type *ptr1, const value_type *ptr2, size_t count) (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | protectedstatic |
| cMemSet(value_type *ptr, value_type c, size_t count) (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | protectedstatic |
| compareTo(const BaseString &x) const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| compareTo(const value_type *x) const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| compareToC(const char *x) const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| const_iterator typedef (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| contains(const BaseString &otherString) const | Common::BaseString< u32char_type_t > | |
| contains(value_type x) const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| cStrLen(const value_type *str) (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | protectedstatic |
| decodeUTF16BE(const uint16 *start, uint len) | Common::U32String | static |
| decodeUTF16LE(const uint16 *start, uint len) | Common::U32String | static |
| decodeUTF16Native(const uint16 *start, uint len) | Common::U32String | static |
| decRefCount(int *oldRefCount) (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | protected |
| deleteChar(uint32 p) | Common::BaseString< u32char_type_t > | |
| deleteLastChar() | Common::BaseString< u32char_type_t > | inline |
| empty() const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | inline |
| encode(CodePage page=kUtf8) const | Common::U32String | |
| encode(String &outString, CodePage page, char errorChar) const | Common::U32String | |
| encodeUTF16BE(uint *len=nullptr) const | Common::U32String | |
| encodeUTF16LE(uint *len=nullptr) const | Common::U32String | |
| encodeUTF16Native(uint *len=nullptr) const | Common::U32String | |
| end() (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | inline |
| end() const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | inline |
| ensureCapacity(uint32 new_size, bool keep_old) (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | protected |
| equals(const BaseString &x) const | Common::BaseString< u32char_type_t > | |
| equals(const value_type *x) const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| equalsC(const char *x) const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| erase(uint32 p, uint32 len=npos) | Common::BaseString< u32char_type_t > | |
| erase(iterator it) | Common::BaseString< u32char_type_t > | |
| find(value_type x, uint32 pos=0) const | Common::BaseString< u32char_type_t > | |
| find(const value_type *s, uint32 pos=0) const | Common::BaseString< u32char_type_t > | |
| find(const BaseString &str, uint32 pos=0) const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| findFirstNotOf(value_type c, size_t pos=0) const | Common::BaseString< u32char_type_t > | |
| findFirstNotOf(const value_type *chars, size_t pos=0) const | Common::BaseString< u32char_type_t > | |
| findFirstNotOf(const BaseString &chars, size_t pos=0) const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | inline |
| findFirstOf(value_type c, size_t pos=0) const | Common::BaseString< u32char_type_t > | |
| findFirstOf(const value_type *chars, size_t pos=0) const | Common::BaseString< u32char_type_t > | |
| findFirstOf(const BaseString &chars, size_t pos=0) const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | inline |
| findLastNotOf(value_type c) const | Common::BaseString< u32char_type_t > | |
| findLastNotOf(const value_type *chars) const | Common::BaseString< u32char_type_t > | |
| findLastNotOf(const BaseString &chars) const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | inline |
| findLastOf(value_type c, size_t pos=npos) const | Common::BaseString< u32char_type_t > | |
| findLastOf(const value_type *chars, size_t pos=npos) const | Common::BaseString< u32char_type_t > | |
| findLastOf(const BaseString &chars, size_t pos=npos) const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | inline |
| firstChar() const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | inline |
| format(const U32String &fmt, TParam... param) | Common::U32String | inlinestatic |
| format(const char *fmt,...) | Common::U32String | static |
| getUnsignedValue(uint pos) const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | protected |
| hash() const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| incRefCount() const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | protected |
| initWithValueTypeChar(size_t count, value_type c) (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | protected |
| initWithValueTypeStr(const value_type *str, uint32 len) (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | protected |
| insertChar(value_type c, uint32 p) | Common::BaseString< u32char_type_t > | |
| insertString(const value_type *s, uint32 p) (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| insertString(const BaseString &s, uint32 p) (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| isStorageIntern() const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | inlineprotected |
| iterator typedef (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| lastChar() const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | inline |
| makeUnique() (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | inlineprotected |
| npos (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | static |
| operator!=(const String &x) const | Common::U32String | |
| operator!=(const char *x) const | Common::U32String | |
| operator!=(const BaseString &x) const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| operator!=(const value_type *x) const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| operator+=(const U32String &str) | Common::U32String | |
| operator+=(const value_type *str) | Common::U32String | |
| operator+=(value_type c) | Common::U32String | |
| operator<(const BaseString &x) const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| operator<(const value_type *x) const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| operator<=(const BaseString &x) const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| operator<=(const value_type *x) const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| operator=(const U32String &str) | Common::U32String | |
| operator=(U32String &&str) | Common::U32String | |
| operator=(const String &str) | Common::U32String | |
| operator=(const value_type *str) | Common::U32String | |
| operator=(const char *str) | Common::U32String | |
| operator=(value_type c) | Common::U32String | |
| operator==(const String &x) const | Common::U32String | |
| operator==(const char *x) const | Common::U32String | |
| operator==(const BaseString &x) const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| operator==(const value_type *x) const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| operator>(const BaseString &x) const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| operator>(const value_type *x) const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| operator>=(const BaseString &x) const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| operator>=(const value_type *x) const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| operator[](size_t idx) | Common::BaseString< u32char_type_t > | inline |
| operator[](size_t idx) const | Common::BaseString< u32char_type_t > | inline |
| pointerInOwnBuffer(const value_type *str) const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | protected |
| push_back(value_type c) | Common::BaseString< u32char_type_t > | inline |
| releaseMemoryPoolMutex() (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | static |
| replace(uint32 pos, uint32 count, const BaseString &str) | Common::BaseString< u32char_type_t > | |
| replace(uint32 pos, uint32 count, const value_type *str) (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| replace(iterator begin, iterator end, const BaseString &str) (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| replace(iterator begin, iterator end, const value_type *str) (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| replace(uint32 posOri, uint32 countOri, const BaseString &str, uint32 posDest, uint32 countDest) (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| replace(uint32 posOri, uint32 countOri, const value_type *str, uint32 posDest, uint32 countDest) (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| replace(value_type from, value_type to) | Common::BaseString< u32char_type_t > | |
| rfind(const value_type *s) const | Common::BaseString< u32char_type_t > | |
| rfind(const BaseString &s) const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | inline |
| rfind(value_type c, size_t pos=npos) const | Common::BaseString< u32char_type_t > | |
| setChar(value_type c, uint32 p) | Common::BaseString< u32char_type_t > | |
| size() const (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | inline |
| size_type typedef (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| substr(size_t pos=0, size_t len=npos) const | Common::U32String | |
| toCase(int(*caseChangeFunc)(int)) (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | protected |
| toLowercase() | Common::BaseString< u32char_type_t > | |
| toUppercase() | Common::BaseString< u32char_type_t > | |
| transcodeChineseT2S() const | Common::U32String | |
| trim() | Common::BaseString< u32char_type_t > | |
| u32_str() const | Common::U32String | inline |
| U32String() | Common::U32String | inline |
| U32String(const value_type *str) | Common::U32String | inlineexplicit |
| U32String(const value_type *str, uint32 len) | Common::U32String | inline |
| U32String(const uint32 *str) (defined in Common::U32String) | Common::U32String | inlineexplicit |
| U32String(const uint32 *str, uint32 len) (defined in Common::U32String) | Common::U32String | inline |
| U32String(const uint32 *beginP, const uint32 *endP) (defined in Common::U32String) | Common::U32String | inline |
| U32String(const value_type *beginP, const value_type *endP) | Common::U32String | inline |
| U32String(const U32String &str) | Common::U32String | inline |
| U32String(U32String &&str) | Common::U32String | inline |
| U32String(const char *str, CodePage page=kUtf8) | Common::U32String | explicit |
| U32String(const char *str, uint32 len, CodePage page=kUtf8) | Common::U32String | |
| U32String(const char *beginP, const char *endP, CodePage page=kUtf8) | Common::U32String | |
| U32String(const String &str, CodePage page=kUtf8) | Common::U32String | |
| U32String(value_type c) | Common::U32String | inlineexplicit |
| U32String(size_t n, value_type c) | Common::U32String | inline |
| unsigned_type typedef | Common::U32String | |
| value_type typedef (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | |
| vformat(const value_type *fmt, const value_type *fmtEnd, U32String &output, va_list args) | Common::U32String | static |
| wordWrap(const uint32 maxLength) | Common::BaseString< u32char_type_t > | |
| ~BaseString() (defined in Common::BaseString< u32char_type_t >) | Common::BaseString< u32char_type_t > | protected |