Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
OVR_Std.cpp File Reference
#include "OVR_Std.h"
#include "OVR_Alg.h"
#include <locale.h>
Include dependency graph for OVR_Std.cpp:

Go to the source code of this file.

Data Structures

struct  OVR::GUnicodePairType
 

Namespaces

 OVR
 

Functions

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)
 
wchar_t *OVR_CDECL OVR::OVR_wcscpy (wchar_t *dest, UPInt destsize, const wchar_t *src)
 
wchar_t *OVR_CDECL OVR::OVR_wcsncpy (wchar_t *dest, UPInt destsize, const wchar_t *src, UPInt count)
 
wchar_t *OVR_CDECL OVR::OVR_wcscat (wchar_t *dest, UPInt destsize, const wchar_t *src)
 
UPInt OVR_CDECL OVR::OVR_wcslen (const wchar_t *str)
 
int OVR_CDECL OVR::OVR_wcscmp (const wchar_t *a, const wchar_t *b)
 
int OVR_CDECL OVR::OVR_wcsicmp (const wchar_t *a, const wchar_t *b)
 
double OVR_CDECL OVR::OVR_strtod (const char *string, char **tailptr)
 
static bool OVR::CmpUnicodeKey (const GUnicodePairType &a, UInt16 key)
 
int OVR_CDECL OVR::OVR_towupper (wchar_t charCode)
 
int OVR_CDECL OVR::OVR_towlower (wchar_t charCode)
 

Variables

const UInt16 OVR::UnicodeAlnumBits []
 
const UInt16 OVR::UnicodeAlphaBits []
 
const UInt16 OVR::UnicodeDigitBits []
 
const UInt16 OVR::UnicodeSpaceBits []
 
const UInt16 OVR::UnicodeXDigitBits []
 
static const UInt16 OVR::UnicodeToUpperBits []
 
static const UInt16 OVR::UnicodeToLowerBits []
 
static const GUnicodePairType OVR::UnicodeToUpperTable []
 
static const GUnicodePairType OVR::UnicodeToLowerTable []
 

Data Structure Documentation

struct OVR::GUnicodePairType

Definition at line 796 of file OVR_Std.cpp.

Collaboration diagram for OVR::GUnicodePairType:
Collaboration graph
Data Fields
UInt16 Key
UInt16 Value