This is the complete list of members for ON_wString, including all inherited members.
| Append(const char *sUTF8, int) | ON_wString | |
| Append(const unsigned char *sUTF8, int) | ON_wString | |
| Append(const wchar_t *, int) | ON_wString | |
| AppendToArray(const ON_wString &) | ON_wString | protected |
| AppendToArray(int, const char *) | ON_wString | protected |
| AppendToArray(int, const unsigned char *) | ON_wString | protected |
| AppendToArray(int, const wchar_t *) | ON_wString | protected |
| ApproximateFromNumber(double d) | ON_wString | static |
| Array() | ON_wString | |
| Array() const | ON_wString | |
| Backslash | ON_wString | static |
| Backspace | ON_wString | static |
| CarriageReturn | ON_wString | static |
| Compare(const wchar_t *) const | ON_wString | |
| Compare(const ON_wString &other_string, const class ON_Locale &locale, bool bIgnoreCase) const | ON_wString | |
| Compare(const wchar_t *other_string, const class ON_Locale &locale, bool bIgnoreCase) const | ON_wString | |
| Compare(const wchar_t *string1, const wchar_t *string2, const class ON_Locale &locale, bool bIgnoreCase) | ON_wString | static |
| Compare(const wchar_t *string1, int element_count1, const wchar_t *string2, int element_count2, const class ON_Locale &locale, bool bIgnoreCase) | ON_wString | static |
| CompareAttributeName(const wchar_t *other_name) const | ON_wString | |
| CompareAttributeName(const wchar_t *name1, const wchar_t *name2) | ON_wString | static |
| CompareNoCase(const wchar_t *) const | ON_wString | |
| CompareOrdinal(const ON_wString &other_string, bool bOrdinalIgnoreCase) const | ON_wString | |
| CompareOrdinal(const wchar_t *other_string, bool bOrdinalIgnoreCase) const | ON_wString | |
| CompareOrdinal(const wchar_t *string1, const wchar_t *string2, bool bOrdinalIgnoreCase) | ON_wString | static |
| CompareOrdinal(const wchar_t *string1, int element_count1, const wchar_t *string2, int element_count2, bool bOrdinalIgnoreCase) | ON_wString | static |
| ComparePath(const wchar_t *other_path) const | ON_wString | |
| ComparePath(const wchar_t *path1, const wchar_t *path2) | ON_wString | static |
| ComparePath(const wchar_t *path1, int element_count1, const wchar_t *path2, int element_count2) | ON_wString | static |
| ContentHash(ON_StringMapOrdinalType mapping) const | ON_wString | |
| CopyArray() | ON_wString | protected |
| CopyToArray(const ON_wString &) | ON_wString | protected |
| CopyToArray(int, const char *) | ON_wString | protected |
| CopyToArray(int, const unsigned char *) | ON_wString | protected |
| CopyToArray(int, const wchar_t *) | ON_wString | protected |
| Create() | ON_wString | |
| CreateArray(int) | ON_wString | protected |
| DataCRC(ON__UINT32 current_remainder) const | ON_wString | |
| DataCRCLower(ON__UINT32 current_remainder) const | ON_wString | |
| Destroy() | ON_wString | |
| EmergencyDestroy() | ON_wString | |
| Empty() | ON_wString | |
| EmptyString | ON_wString | static |
| EnableReferenceCounting(bool bEnable) | ON_wString | |
| Equal(const ON_wString &other_string, const class ON_Locale &locale, bool bIgnoreCase) const | ON_wString | |
| Equal(const wchar_t *other_string, const class ON_Locale &locale, bool bIgnoreCase) const | ON_wString | |
| Equal(const wchar_t *string1, const wchar_t *string2, const class ON_Locale &locale, bool bIgnoreCase) | ON_wString | static |
| Equal(const wchar_t *string1, int element_count1, const wchar_t *string2, int element_count2, const class ON_Locale &locale, bool bIgnoreCase) | ON_wString | static |
| EqualAttributeName(const wchar_t *other_name) const | ON_wString | |
| EqualAttributeName(const wchar_t *name1, const wchar_t *name2) | ON_wString | static |
| EqualOrdinal(const ON_wString &other_string, bool bOrdinalIgnoreCase) const | ON_wString | |
| EqualOrdinal(const wchar_t *other_string, bool bOrdinalIgnoreCase) const | ON_wString | |
| EqualOrdinal(const wchar_t *string1, const wchar_t *string2, bool bOrdinalIgnoreCase) | ON_wString | static |
| EqualOrdinal(const wchar_t *string1, int element_count1, const wchar_t *string2, int element_count2, bool bOrdinalIgnoreCase) | ON_wString | static |
| EqualPath(const wchar_t *other_path) const | ON_wString | |
| EqualPath(const wchar_t *path1, const wchar_t *path2) | ON_wString | static |
| EqualPath(const wchar_t *path1, int element_count1, const wchar_t *path2, int element_count2) | ON_wString | static |
| Escape | ON_wString | static |
| Find(char utf8_single_byte_c) const | ON_wString | |
| Find(unsigned char utf8_single_byte_c) const | ON_wString | |
| Find(wchar_t w) const | ON_wString | |
| Find(const char *sUTF8) const | ON_wString | |
| Find(const unsigned char *sUTF8) const | ON_wString | |
| Find(const wchar_t *wcharString) const | ON_wString | |
| Find(char utf8_single_byte_c, size_t start_index) const | ON_wString | |
| Find(unsigned char utf8_single_byte_c, size_t start_index) const | ON_wString | |
| Find(wchar_t w, size_t start_index) const | ON_wString | |
| Find(wchar_t w, int start_index) const | ON_wString | |
| Find(const char *sUTF8, size_t start_index) const | ON_wString | |
| Find(const unsigned char *sUTF8, size_t start_index) const | ON_wString | |
| Find(const wchar_t *wcharString, size_t start_index) const | ON_wString | |
| Find(const wchar_t *wcharString, int start_index) const | ON_wString | |
| FindOneOf(const wchar_t *character_set) const | ON_wString | |
| Format(const wchar_t *format,...) | ON_wString | |
| FormatIntoBuffer(wchar_t *buffer, size_t buffer_capacity, const wchar_t *format,...) | ON_wString | static |
| FormatIntoBuffer(ON_wStringBuffer &buffer, const wchar_t *format,...) | ON_wString | static |
| FormatToString(const wchar_t *format,...) | ON_wString | static |
| FormatVargs(const wchar_t *format, va_list args) | ON_wString | |
| FormatVargsIntoBuffer(ON_wStringBuffer &buffer, const wchar_t *format, va_list args) | ON_wString | static |
| FormatVargsIntoBuffer(wchar_t *buffer, size_t buffer_capacity, const wchar_t *format, va_list args) | ON_wString | static |
| FormatVargsOutputCount(const wchar_t *format, va_list args) | ON_wString | static |
| FormFeed | ON_wString | static |
| FromNumber(char n) | ON_wString | static |
| FromNumber(unsigned char n) | ON_wString | static |
| FromNumber(short n) | ON_wString | static |
| FromNumber(unsigned short n) | ON_wString | static |
| FromNumber(int n) | ON_wString | static |
| FromNumber(unsigned int n) | ON_wString | static |
| FromNumber(ON__INT64 n) | ON_wString | static |
| FromNumber(ON__UINT64 n) | ON_wString | static |
| FromNumber(double d) | ON_wString | static |
| FromUnicodeCodePoints(const ON__UINT32 *code_points, int code_point_count, ON__UINT32 error_code_point) | ON_wString | static |
| GetAt(int) const | ON_wString | |
| Header() const | ON_wString | protected |
| HexadecimalFromBytes(const ON__UINT8 *bytes, size_t byte_count, bool bCapitalDigits, bool bReverse) | ON_wString | static |
| IsEmpty() const | ON_wString | |
| IsNotEmpty() const | ON_wString | |
| IsReferenceCounted() const | ON_wString | |
| Left(int) const | ON_wString | |
| Length() const | ON_wString | |
| Length(const wchar_t *string) | ON_wString | static |
| LineFeed | ON_wString | static |
| m_s | ON_wString | protected |
| MakeLower() | ON_wString | |
| MakeLowerOrdinal() | ON_wString | |
| MakeReverse() | ON_wString | |
| MakeUpper() | ON_wString | |
| MakeUpperOrdinal() | ON_wString | |
| MapCharacterOrdinal(ON_StringMapOrdinalType map_type, wchar_t c) | ON_wString | static |
| MapString(const class ON_Locale &locale, ON_StringMapType map_type) const | ON_wString | |
| MapString(const class ON_Locale &locale, ON_StringMapType map_type, const wchar_t *string, int element_count) | ON_wString | static |
| MapString(const class ON_Locale &locale, ON_StringMapType map_type, const wchar_t *string, int element_count, wchar_t *mapped_string, int mapped_string_capacity) | ON_wString | static |
| MapStringOrdinal(ON_StringMapOrdinalType map_type) const | ON_wString | |
| MapStringOrdinal(ON_StringMapOrdinalType map_type, const wchar_t *string, int element_count, wchar_t *mapped_string, int mapped_string_capacity) | ON_wString | static |
| Mid(int, int) const | ON_wString | |
| Mid(int) const | ON_wString | |
| ON_wString() ON_NOEXCEPT | ON_wString | |
| ON_wString(const ON_wString &) | ON_wString | |
| ON_wString(const ON_String &src) | ON_wString | |
| ON_wString(const char *src) | ON_wString | |
| ON_wString(const char *src, int) | ON_wString | |
| ON_wString(char, int=1) | ON_wString | |
| ON_wString(const unsigned char *src) | ON_wString | |
| ON_wString(const unsigned char *src, int) | ON_wString | |
| ON_wString(unsigned char, int=1) | ON_wString | |
| ON_wString(const wchar_t *) | ON_wString | |
| ON_wString(const wchar_t *, int) | ON_wString | |
| ON_wString(wchar_t, int=1) | ON_wString | |
| operator const wchar_t *() const | ON_wString | |
| operator+(const ON_wString &) const | ON_wString | |
| operator+(const ON_String &sUTF8) const | ON_wString | |
| operator+(char) const | ON_wString | |
| operator+(unsigned char) const | ON_wString | |
| operator+(wchar_t) const | ON_wString | |
| operator+(const char *sUTF8) const | ON_wString | |
| operator+(const unsigned char *sUTF8) const | ON_wString | |
| operator+(const wchar_t *) const | ON_wString | |
| operator+=(const ON_wString &) | ON_wString | |
| operator+=(const ON_String &sUTF8) | ON_wString | |
| operator+=(char) | ON_wString | |
| operator+=(unsigned char) | ON_wString | |
| operator+=(wchar_t) | ON_wString | |
| operator+=(const char *sUTF8) | ON_wString | |
| operator+=(const unsigned char *sUTF8) | ON_wString | |
| operator+=(const wchar_t *) | ON_wString | |
| operator=(const ON_wString &) | ON_wString | |
| operator=(const ON_String &src) | ON_wString | |
| operator=(char) | ON_wString | |
| operator=(const char *src) | ON_wString | |
| operator=(unsigned char) | ON_wString | |
| operator=(const unsigned char *src) | ON_wString | |
| operator=(wchar_t) | ON_wString | |
| operator=(const wchar_t *) | ON_wString | |
| operator[](int) | ON_wString | |
| operator[](int) const | ON_wString | |
| Pipe | ON_wString | static |
| PreciseFromNumber(double d) | ON_wString | static |
| Remove(char utf8_single_byte_c) | ON_wString | |
| Remove(unsigned char utf8_single_byte_c) | ON_wString | |
| Remove(wchar_t w) | ON_wString | |
| RemovePrefix(const wchar_t *prefix, const class ON_Locale &locale, bool bIgnoreCase) const | ON_wString | |
| RemoveSuffix(const wchar_t *suffix, const class ON_Locale &locale, bool bIgnoreCase) const | ON_wString | |
| RemoveWhiteSpace(const wchar_t *whitespace=0) | ON_wString | |
| Replace(const wchar_t *token1, const wchar_t *token2) | ON_wString | |
| Replace(wchar_t token1, wchar_t token2) | ON_wString | |
| ReplaceWhiteSpace(wchar_t token, const wchar_t *whitespace=0) | ON_wString | |
| ReserveArray(size_t) | ON_wString | |
| Reverse() const | ON_wString | |
| Reverse(wchar_t *string, int element_count) | ON_wString | static |
| ReverseFind(char utf8_single_byte_c) const | ON_wString | |
| ReverseFind(unsigned char utf8_single_byte_c) const | ON_wString | |
| ReverseFind(wchar_t w) const | ON_wString | |
| ReverseFind(const char *sUTF8) const | ON_wString | |
| ReverseFind(const wchar_t *wideString) const | ON_wString | |
| Right(int) const | ON_wString | |
| Scan(const wchar_t *format,...) const | ON_wString | |
| ScanBuffer(const wchar_t *buffer, const wchar_t *format,...) | ON_wString | static |
| ScanBufferVargs(const wchar_t *buffer, const wchar_t *format, va_list args) | ON_wString | static |
| SetAt(int, char) | ON_wString | |
| SetAt(int, unsigned char) | ON_wString | |
| SetAt(int, wchar_t) | ON_wString | |
| SetLength(size_t) | ON_wString | |
| ShrinkArray() | ON_wString | |
| SizeOf() const | ON_wString | |
| Slash | ON_wString | static |
| Space | ON_wString | static |
| SplitPath(const char *path, ON_wString *drive, ON_wString *dir, ON_wString *fname, ON_wString *ext) | ON_wString | static |
| SplitPath(const wchar_t *path, ON_wString *drive, ON_wString *dir, ON_wString *fname, ON_wString *ext) | ON_wString | static |
| SubString(int start_index) const | ON_wString | |
| SubString(int start_index, int count) const | ON_wString | |
| Tab | ON_wString | static |
| ToNumber(const wchar_t *buffer, char value_on_failure, char *value) | ON_wString | static |
| ToNumber(const wchar_t *buffer, unsigned char value_on_failure, unsigned char *value) | ON_wString | static |
| ToNumber(const wchar_t *buffer, short value_on_failure, short *value) | ON_wString | static |
| ToNumber(const wchar_t *buffer, unsigned short value_on_failure, unsigned short *value) | ON_wString | static |
| ToNumber(const wchar_t *buffer, int value_on_failure, int *value) | ON_wString | static |
| ToNumber(const wchar_t *buffer, unsigned int value_on_failure, unsigned int *value) | ON_wString | static |
| ToNumber(const wchar_t *buffer, ON__INT64 value_on_failure, ON__INT64 *value) | ON_wString | static |
| ToNumber(const wchar_t *buffer, ON__UINT64 value_on_failure, ON__UINT64 *value) | ON_wString | static |
| ToNumber(const wchar_t *buffer, double value_on_failure, double *value) | ON_wString | static |
| TrimLeft(const wchar_t *s=nullptr) | ON_wString | |
| TrimLeftAndRight(const wchar_t *s=nullptr) | ON_wString | |
| TrimRight(const wchar_t *s=nullptr) | ON_wString | |
| UnsignedLength() const | ON_wString | |
| UnsignedLength(const wchar_t *string) | ON_wString | static |
| UrlDecode() | ON_wString | |
| UrlEncode() | ON_wString | |
| VerticalTab | ON_wString | static |
| WildCardMatch(const wchar_t *) const | ON_wString | |
| WildCardMatchNoCase(const wchar_t *) const | ON_wString | |
| ~ON_wString() | ON_wString |