#include "OVR_Types.h"
Go to the source code of this file.
Namespaces | |
namespace | OVR |
namespace | OVR::UTF8Util |
Functions | |
UInt32 | OVR::UTF8Util::DecodeNextChar (const char **putf8Buffer) |
UInt32 OVR_STDCALL | OVR::UTF8Util::DecodeNextChar_Advance0 (const char **putf8Buffer) |
UPInt OVR_STDCALL | OVR::UTF8Util::DecodeString (wchar_t *pbuff, const char *putf8str, SPInt bytesLen) |
void OVR_STDCALL | OVR::UTF8Util::EncodeChar (char *pbuffer, SPInt *pindex, UInt32 ucs_character) |
void OVR_STDCALL | OVR::UTF8Util::EncodeString (char *pbuff, const wchar_t *pchar, SPInt length) |
SPInt OVR_STDCALL | OVR::UTF8Util::GetByteIndex (SPInt index, const char *putf8str, SPInt length) |
UInt32 OVR_STDCALL | OVR::UTF8Util::GetCharAt (SPInt index, const char *putf8str, SPInt length) |
int OVR_STDCALL | OVR::UTF8Util::GetEncodeCharSize (UInt32 ucs_character) |
SPInt OVR_STDCALL | OVR::UTF8Util::GetEncodeStringSize (const wchar_t *pchar, SPInt length) |
SPInt OVR_STDCALL | OVR::UTF8Util::GetLength (const char *buf, SPInt buflen) |