Go to the source code of this file.
Classes | |
struct | OVR::GUnicodePairType |
Namespaces | |
namespace | OVR |
Functions | |
static bool | OVR::CmpUnicodeKey (const GUnicodePairType &a, UInt16 key) |
int OVR_CDECL | OVR::OVR_stricmp (const char *a, const char *b) |
int OVR_CDECL | OVR::OVR_strnicmp (const char *a, const char *b, UPInt count) |
double OVR_CDECL | OVR::OVR_strtod (const char *string, char **tailptr) |
int OVR_CDECL | OVR::OVR_towlower (wchar_t charCode) |
int OVR_CDECL | OVR::OVR_towupper (wchar_t charCode) |
wchar_t *OVR_CDECL | OVR::OVR_wcscat (wchar_t *dest, UPInt destsize, const wchar_t *src) |
int OVR_CDECL | OVR::OVR_wcscmp (const wchar_t *a, const wchar_t *b) |
wchar_t *OVR_CDECL | OVR::OVR_wcscpy (wchar_t *dest, UPInt destsize, const wchar_t *src) |
int OVR_CDECL | OVR::OVR_wcsicmp (const wchar_t *a, const wchar_t *b) |
UPInt OVR_CDECL | OVR::OVR_wcslen (const wchar_t *str) |
wchar_t *OVR_CDECL | OVR::OVR_wcsncpy (wchar_t *dest, UPInt destsize, const wchar_t *src, UPInt count) |
Variables | |
const UInt16 | OVR::UnicodeAlnumBits [] |
const UInt16 | OVR::UnicodeAlphaBits [] |
const UInt16 | OVR::UnicodeDigitBits [] |
const UInt16 | OVR::UnicodeSpaceBits [] |
static const UInt16 | OVR::UnicodeToLowerBits [] |
static const GUnicodePairType | OVR::UnicodeToLowerTable [] |
static const UInt16 | OVR::UnicodeToUpperBits [] |
static const GUnicodePairType | OVR::UnicodeToUpperTable [] |
const UInt16 | OVR::UnicodeXDigitBits [] |