|
Berserk
|
This is the complete list of members for Unicode, including all inherited members.
| Char16u typedef | Unicode | |
| Char32u typedef | Unicode | |
| Char8u typedef | Unicode | |
| ConvertUtf16ToUtf8(const String16u &in, String8u &out) | Unicode | static |
| ConvertUtf8ToUtf16(const String8u &in, String16u &out) | Unicode | static |
| ToLower(Char32u ch) | Unicode | static |
| ToUpper(Char32u ch) | Unicode | static |
| Utf16ToUtf32(const Char16u *in, uint32 &len, Char32u &out) | Unicode | static |
| Utf32ToUtf16(Char32u ch, Char16u *out, uint32 &outLen) | Unicode | static |
| Utf32toUtf8(Char32u ch, Char8u *out, uint32 &len) | Unicode | static |
| Utf8toUtf32(const Char8u *in, uint32 &len, Char32u &out) | Unicode | static |