This is the complete list of members for T2String16, including all inherited members.
Compare(const TWCHAR *str1, const TWCHAR *str2, TSIZE size=-1) | T2String16 | static |
CompareNoCase(const TWCHAR *str1, const TWCHAR *str2, TSIZE size=-1) | T2String16 | static |
Concat(TWCHAR *dst, const TWCHAR *src, TSIZE size=-1) | T2String16 | static |
Copy(TWCHAR *dst, const TWCHAR *src, TSIZE size=-1) | T2String16 | static |
CopySafe(TWCHAR *dst, const TWCHAR *src, TSIZE size) | T2String16 | static |
CreateCopy(const TWCHAR *a_wszString, TSIZE a_uiSize=-1) | T2String16 | static |
FindChar(TWCHAR *str, TWCHAR character) | T2String16 | static |
FindChar(const TWCHAR *str, TWCHAR character) | T2String16 | static |
FindString(TWCHAR *str, const TWCHAR *substr) | T2String16 | static |
FindString(const TWCHAR *str, const TWCHAR *substr) | T2String16 | static |
Format(TWCHAR *a_pcString, TINT size, const TWCHAR *a_pcFormat,...) | T2String16 | static |
Format(TWCHAR *a_pcString, const TWCHAR *a_pcFormat,...) | T2String16 | static |
FormatV(TWCHAR *a_pcString, TINT size, const TWCHAR *a_pcFormat, va_list args) | T2String16 | static |
FormatV(TWCHAR *a_pcString, const TWCHAR *a_pcFormat, va_list args) | T2String16 | static |
GetDefaultAllocatorCB() | T2String16 | inlinestatic |
IntToString(TINT value, TWCHAR *dst, TINT unused, TINT radix) | T2String16 | static |
IntToString(TINT value, TWCHAR *dst, TINT radix) | T2String16 | static |
IsLowerCase(const TWCHAR *str) | T2String16 | static |
IsUpperCase(const TWCHAR *str) | T2String16 | static |
Length(const TWCHAR *str) | T2String16 | static |
ms_aScratchMem | T2String16 | static |
SCRATCH_MEM_SIZE | T2String16 | static |
SkipSpaces(TWCHAR *str) | T2String16 | static |
SkipSpaces(const TWCHAR *str) | T2String16 | static |
sm_pDefaultAllocatorCB | T2String16 | inlinestatic |
StringToFloat(const TWCHAR *src) | T2String16 | static |
StringToInt(const TWCHAR *src) | T2String16 | static |
ToLowerCase(TWCHAR *str) | T2String16 | static |
ToUpperCase(TWCHAR *str) | T2String16 | static |