EncodeUTF16(const utf32_char ch, utf16_char *buf, size_t bufsize) | csUnicodeTransform | [inline, static] |
EncodeUTF32(const utf32_char ch, utf32_char *buf, size_t bufsize) | csUnicodeTransform | [inline, static] |
EncodeUTF8(const utf32_char ch, utf8_char *buf, size_t bufsize) | csUnicodeTransform | [inline, static] |
UTF16Decode(const utf16_char *str, size_t strlen, utf32_char &ch, bool *isValid=0) | csUnicodeTransform | [inline, static] |
UTF16to32(utf32_char *dest, size_t destSize, const utf16_char *source, size_t srcSize=(size_t)-1) | csUnicodeTransform | [inline, static] |
UTF16to8(utf8_char *dest, size_t destSize, const utf16_char *source, size_t srcSize=(size_t)-1) | csUnicodeTransform | [inline, static] |
UTF16toWC(wchar_t *dest, size_t destSize, const utf16_char *source, size_t srcSize) | csUnicodeTransform | [inline, static] |
UTF32Decode(const utf32_char *str, size_t strlen, utf32_char &ch, bool *isValid=0) | csUnicodeTransform | [inline, static] |
UTF32to16(utf16_char *dest, size_t destSize, const utf32_char *source, size_t srcSize=(size_t)-1) | csUnicodeTransform | [inline, static] |
UTF32to8(utf8_char *dest, size_t destSize, const utf32_char *source, size_t srcSize=(size_t)-1) | csUnicodeTransform | [inline, static] |
UTF32toWC(wchar_t *dest, size_t destSize, const utf32_char *source, size_t srcSize) | csUnicodeTransform | [inline, static] |
UTF8Decode(const utf8_char *str, size_t strlen, utf32_char &ch, bool *isValid=0) | csUnicodeTransform | [inline, static] |
UTF8to16(utf16_char *dest, size_t destSize, const utf8_char *source, size_t srcSize=(size_t)-1) | csUnicodeTransform | [inline, static] |
UTF8to32(utf32_char *dest, size_t destSize, const utf8_char *source, size_t srcSize=(size_t)-1) | csUnicodeTransform | [inline, static] |
UTF8toWC(wchar_t *dest, size_t destSize, const utf8_char *source, size_t srcSize) | csUnicodeTransform | [inline, static] |
WCtoUTF16(utf16_char *dest, size_t destSize, const wchar_t *source, size_t srcSize) | csUnicodeTransform | [inline, static] |
WCtoUTF32(utf32_char *dest, size_t destSize, const wchar_t *source, size_t srcSize) | csUnicodeTransform | [inline, static] |
WCtoUTF8(utf8_char *dest, size_t destSize, const wchar_t *source, size_t srcSize) | csUnicodeTransform | [inline, static] |