This is the complete list of members for SPL::ustring, including all inherited members.
append(const ustring &srcText, int32_t srcStart, int32_t srcLength) | SPL::ustring | |
at(uint32_t index) const | SPL::ustring | |
char32At(int32_t offset) const | SPL::ustring | |
charAt(int32_t offset) const | SPL::ustring | |
compareCodePointOrder(const ustring &text) const | SPL::ustring | |
compareCodePointOrder(int32_t start, int32_t length, const ustring &srcText) const | SPL::ustring | |
countChar32(int32_t start=0, int32_t length=INT_MAX) const | SPL::ustring | |
extract(int32_t start, int32_t startLength, char *target, const char *codepage=nullptr) const | SPL::ustring | |
extract(int32_t start, int32_t startLength, char *target, uint32_t targetLength, const char *codepage) const | SPL::ustring | |
extract(int32_t start, int32_t length, ustring &target) const | SPL::ustring | |
fromUTF8(char const *str) | SPL::ustring | static |
fromUTF8(char const *str, uint32_t len) | SPL::ustring | static |
fromUTF8(std::string const &str) | SPL::ustring | static |
fromUTF8(rstring const &str) | SPL::ustring | static |
getBuffer() const | SPL::ustring | |
getSerializedSize() const | SPL::ustring | |
hashCode() const | SPL::ustring | |
indexOf(ustring const &text) const | SPL::ustring | |
indexOf(ustring const &text, int32_t start) const | SPL::ustring | |
isEmpty() const | SPL::ustring | |
lastIndexOf(ustring const &text) const | SPL::ustring | |
lastIndexOf(ustring const &text, int32_t start) const | SPL::ustring | |
length() const | SPL::ustring | |
moveIndex32(int32_t index, int32_t delta) const | SPL::ustring | |
operator!=(const ustring &rhs) const | SPL::ustring | inline |
operator+=(UChar ch) | SPL::ustring | |
operator+=(UChar32 ch) | SPL::ustring | |
operator+=(const ustring &str) | SPL::ustring | |
operator<(const ustring &rhs) const | SPL::ustring | inline |
operator<=(const ustring &rhs) const | SPL::ustring | inline |
operator=(const ustring &src) | SPL::ustring | |
operator==(const ustring &rhs) const | SPL::ustring | inline |
operator>(const ustring &rhs) const | SPL::ustring | inline |
operator>=(const ustring &rhs) const | SPL::ustring | inline |
operator[](int32_t offset) const | SPL::ustring | inline |
remove() | SPL::ustring | |
remove(int32_t start, int32_t length=INT_MAX) | SPL::ustring | |
toLower() | SPL::ustring | |
toString(T const &value) | SPL::ustring | inlinestatic |
toString(rstring const &value) | SPL::ustring | static |
toString(ustring const &value) | SPL::ustring | inlinestatic |
toUpper() | SPL::ustring | |
toUTF8(ustring const &str) | SPL::ustring | static |
truncate(int32_t targetLength) | SPL::ustring | |
ustring() | SPL::ustring | explicit |
ustring(const char *codepageData, const char *codepage=nullptr) | SPL::ustring | |
ustring(const char *codepageData, int32_t dataSize) | SPL::ustring | |
ustring(const char *codepageData, int32_t dataSize, const char *codepage) | SPL::ustring | |
ustring(const ustring &src, int32_t srcStart) | SPL::ustring | |
ustring(const ustring &src, int32_t srcStart, int32_t srcLength) | SPL::ustring | |
ustring(UChar src) | SPL::ustring | |
ustring(UChar32 src) | SPL::ustring | |
ustring(const UChar *src) | SPL::ustring | |
ustring(const UChar *src, int32_t srcLength) | SPL::ustring | |
ustring(const ustring &src) | SPL::ustring | |
~ustring() | SPL::ustring |