27 va_start( args, format );
47 va_start( args, format );
#define TOSHI_NAMESPACE_START
#define TOSHI_NAMESPACE_END
static TWCHAR * FindString(TWCHAR *str, const TWCHAR *substr)
static TWCHAR * Copy(TWCHAR *dst, const TWCHAR *src, TSIZE size=-1)
static TWCHAR ms_aScratchMem[SCRATCH_MEM_SIZE]
static TINT FormatV(TWCHAR *a_pcString, TINT size, const TWCHAR *a_pcFormat, va_list args)
static TWCHAR * CopySafe(TWCHAR *dst, const TWCHAR *src, TSIZE size)
static TSIZE Length(const TWCHAR *str)
static TINT CompareNoCase(const TWCHAR *str1, const TWCHAR *str2, TSIZE size=-1)
static TINT Compare(const TWCHAR *str1, const TWCHAR *str2, TSIZE size=-1)
static TWCHAR * FindChar(TWCHAR *str, TWCHAR character)
static TCHAR * FindChar(TCHAR *str, TCHAR character)
static TSIZE Length(const TCHAR *str)
static TCHAR ms_aScratchMem[SCRATCH_MEM_SIZE]
static TINT FormatV(TCHAR *a_pcString, TINT size, const TCHAR *a_pcFormat, va_list args)
static TFLOAT StringToFloat(const TCHAR *src)
static void ToLowerCase(TCHAR *str)
static TCHAR * CopySafe(TCHAR *dst, const TCHAR *src, TSIZE size)
static TINT Compare(const TCHAR *str1, const TCHAR *str2, TSIZE size=-1)
static TINT CompareNoCase(const TCHAR *str1, const TCHAR *str2, TSIZE size=-1)
static TCHAR * Copy(TCHAR *dst, const TCHAR *src, TSIZE size=-1)
static TCHAR * FindString(TCHAR *str, const TCHAR *substr)
static void String8ToLowerCase(TCHAR *str)
static TWCHAR * StringCharToUnicode(TWCHAR *a_UnicodeString, const TCHAR *a_CharString, TUINT32 a_iLength)
static TINT String8Compare(const TCHAR *str1, const TCHAR *str2, TSIZE size=-1)
static TFLOAT String8ToFloat(const TCHAR *str)
static TCHAR * String8CopySafe(TCHAR *dst, const TCHAR *src, TSIZE size=-1)
static TSIZE String8Length(const TCHAR *str)
static const TCHAR * String8FindChar(const TCHAR *str, TCHAR character)
static TCHAR * GetTempString8()
static TINT String8CompareNoCase(const TCHAR *str1, const TCHAR *str2, TSIZE size=-1)
static TINT String16CompareNoCase(const TWCHAR *str1, const TWCHAR *str2, TSIZE size=-1)
static const TWCHAR * String16FindChar(const TWCHAR *str, TWCHAR character)
static TWCHAR * String16Copy(TWCHAR *dst, const TWCHAR *src, TSIZE size=-1)
static void String8Format(TCHAR *str, TINT size, const TCHAR *format,...)
static void String16Format(TWCHAR *str, TINT size, const TWCHAR *format,...)
static const TCHAR * String8FindString(const TCHAR *str, const TCHAR *substr)
static TWCHAR * String16CopySafe(TWCHAR *dst, const TWCHAR *src, TSIZE size=-1)
static TSIZE String16Length(const TWCHAR *str)
static TWCHAR * GetTempString16()
static const TWCHAR * String16FindString(const TWCHAR *str, TWCHAR *substr)
static TCHAR * String8Copy(TCHAR *dst, const TCHAR *src, TSIZE size=-1)
static TCHAR * StringUnicodeToChar(TCHAR *a_CharString, const TWCHAR *const &a_UnicodeString, TUINT32 a_iLength)
static TINT String16Compare(const TWCHAR *str1, const TWCHAR *str2, TSIZE size=-1)