Functions | |
UInt32 | DecodeNextChar (const char **putf8Buffer) |
UInt32 OVR_STDCALL | DecodeNextChar_Advance0 (const char **putf8Buffer) |
UPInt OVR_STDCALL | DecodeString (wchar_t *pbuff, const char *putf8str, SPInt bytesLen) |
void OVR_STDCALL | EncodeChar (char *pbuffer, SPInt *pindex, UInt32 ucs_character) |
void OVR_STDCALL | EncodeString (char *pbuff, const wchar_t *pchar, SPInt length) |
SPInt OVR_STDCALL | GetByteIndex (SPInt index, const char *putf8str, SPInt length) |
UInt32 OVR_STDCALL | GetCharAt (SPInt index, const char *putf8str, SPInt length) |
int OVR_STDCALL | GetEncodeCharSize (UInt32 ucs_character) |
SPInt OVR_STDCALL | GetEncodeStringSize (const wchar_t *pchar, SPInt length) |
SPInt OVR_STDCALL | GetLength (const char *buf, SPInt buflen) |
UInt32 OVR::UTF8Util::DecodeNextChar | ( | const char ** | putf8Buffer | ) | [inline] |
Definition at line 77 of file OVR_UTF8Util.h.
UInt32 OVR_STDCALL OVR::UTF8Util::DecodeNextChar_Advance0 | ( | const char ** | putf8Buffer | ) |
Definition at line 124 of file OVR_UTF8Util.cpp.
UPInt OVR_STDCALL OVR::UTF8Util::DecodeString | ( | wchar_t * | pbuff, |
const char * | putf8str, | ||
SPInt | bytesLen | ||
) |
Definition at line 321 of file OVR_UTF8Util.cpp.
void OVR_STDCALL OVR::UTF8Util::EncodeChar | ( | char * | pbuffer, |
SPInt * | pindex, | ||
UInt32 | ucs_character | ||
) |
Definition at line 228 of file OVR_UTF8Util.cpp.
void OVR_STDCALL OVR::UTF8Util::EncodeString | ( | char * | pbuff, |
const wchar_t * | pchar, | ||
SPInt | length | ||
) |
Definition at line 299 of file OVR_UTF8Util.cpp.
SPInt OVR_STDCALL OVR::UTF8Util::GetByteIndex | ( | SPInt | index, |
const char * | putf8str, | ||
SPInt | length | ||
) |
Definition at line 79 of file OVR_UTF8Util.cpp.
UInt32 OVR_STDCALL OVR::UTF8Util::GetCharAt | ( | SPInt | index, |
const char * | putf8str, | ||
SPInt | length | ||
) |
Definition at line 45 of file OVR_UTF8Util.cpp.
int OVR_STDCALL OVR::UTF8Util::GetEncodeCharSize | ( | UInt32 | ucs_character | ) |
Definition at line 106 of file OVR_UTF8Util.cpp.
SPInt OVR_STDCALL OVR::UTF8Util::GetEncodeStringSize | ( | const wchar_t * | pchar, |
SPInt | length | ||
) |
Definition at line 281 of file OVR_UTF8Util.cpp.
SPInt OVR_STDCALL OVR::UTF8Util::GetLength | ( | const char * | buf, |
SPInt | buflen | ||
) |
Definition at line 22 of file OVR_UTF8Util.cpp.