csUnicodeTransform Member List
This is the complete list of members for csUnicodeTransform, including all inherited members.| Decode(const utf8_char *str, size_t strlen, utf32_char &ch, bool *isValid=0, bool returnNonChar=false) | csUnicodeTransform |  [inline, static] | 
| Decode(const utf16_char *str, size_t strlen, utf32_char &ch, bool *isValid=0, bool returnNonChar=false) | csUnicodeTransform |  [inline, static] | 
| Decode(const utf32_char *str, size_t strlen, utf32_char &ch, bool *isValid=0, bool returnNonChar=false) | csUnicodeTransform |  [inline, static] | 
| Encode(const utf32_char ch, utf8_char *buf, size_t bufsize, bool allowNonchars=false) | csUnicodeTransform |  [inline, static] | 
| Encode(const utf32_char ch, utf16_char *buf, size_t bufsize, bool allowNonchars=false) | csUnicodeTransform |  [inline, static] | 
| Encode(const utf32_char ch, utf32_char *buf, size_t bufsize, bool allowNonchars=false) | csUnicodeTransform |  [inline, static] | 
| EncodeUTF16(const utf32_char ch, utf16_char *buf, size_t bufsize, bool allowNonchars=false) | csUnicodeTransform |  [inline, static] | 
| EncodeUTF32(const utf32_char ch, utf32_char *buf, size_t bufsize, bool allowNonchars=false) | csUnicodeTransform |  [inline, static] | 
| EncodeUTF8(const utf32_char ch, utf8_char *buf, size_t bufsize, bool allowNonchars=false) | csUnicodeTransform |  [inline, static] | 
| MapToFold(const utf32_char ch, utf32_char *dest, size_t destSize, uint flags=0) | csUnicodeTransform |  [static] | 
| MapToLower(const utf32_char ch, utf32_char *dest, size_t destSize, uint flags=0) | csUnicodeTransform |  [static] | 
| MapToUpper(const utf32_char ch, utf32_char *dest, size_t destSize, uint flags=0) | csUnicodeTransform |  [static] | 
| UTF16Decode(const utf16_char *str, size_t strlen, utf32_char &ch, bool *isValid=0, bool returnNonChar=false) | csUnicodeTransform |  [inline, static] | 
| UTF16Rewind(const utf16_char *str, size_t maxRew) | csUnicodeTransform |  [inline, static] | 
| UTF16Skip(const utf16_char *str, size_t maxSkip) | 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] | 
| UTF32Decode(const utf32_char *str, size_t strlen, utf32_char &ch, bool *isValid=0, bool returnNonChar=false) | csUnicodeTransform |  [inline, static] | 
| UTF32Rewind(const utf32_char *str, size_t maxRew) | csUnicodeTransform |  [inline, static] | 
| UTF32Skip(const utf32_char *str, size_t maxSkip) | 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] | 
| UTF8Decode(const utf8_char *str, size_t strlen, utf32_char &ch, bool *isValid=0, bool returnNonChar=false) | csUnicodeTransform |  [inline, static] | 
| UTF8Rewind(const utf8_char *str, size_t maxRew) | csUnicodeTransform |  [inline, static] | 
| UTF8Skip(const utf8_char *str, size_t maxSkip) | 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] | 
Generated for Crystal Space by doxygen 1.4.7

