You.i Engine
YiStringUtilities.h File Reference
#include "utility/YiString.h"

Go to the source code of this file.

Classes

class  CYICaseInsensitiveLessThanComparator
 
class  CYICaseInsensitiveEqualsPredicate
 

Functions

wchar_t * WStrDup (const wchar_t *pStr)
 
char * YI_STRDUP (const char *pStr)
 
wchar_t * WCSNCPY (wchar_t *pDest, const wchar_t *pSrc, int32_t nCount)
 
wchar_t * WCSCPY (wchar_t *pDest, const wchar_t *pSrc)
 
int16_t WCSNCMP (const wchar_t *pDest, const wchar_t *pSrc, int32_t nCount)
 
int16_t WCSCMP (const wchar_t *pStr1, const wchar_t *pStr2)
 
int16_t WCSNICMP (const wchar_t *pDest, const wchar_t *pSrc, int32_t nCount)
 
int16_t WCSICMP (const wchar_t *pStr1, const wchar_t *pStr2)
 
int16_t STRICMP (const char *pStr1, const char *pStr2)
 
int16_t STRNICMP (const char *pDest, const char *pSrc, int32_t nCount)
 
wchar_t * WCSCAT (wchar_t *pDest, const wchar_t *pSrc)
 
wchar_t * WCSNCAT (wchar_t *pDest, const wchar_t *pSrc, int32_t nCount)
 
wchar_t * WCSSTR (wchar_t *pData, wchar_t *pString)
 
wchar_t * WCSCHR (wchar_t *pData, wchar_t iSymbol)
 
uint32_t WCSLEN (const wchar_t *str)
 
wchar_t * WCSREV (wchar_t *pSrc)
 
char * STRREV (char *pSrc)