Yate
UChar Member List

This is the complete list of members for UChar, including all inherited members.

BE enum value (defined in UChar)UChar
c_str() const UCharinline
code() const UCharinline
decode(const char *&str, uint32_t maxChar=0x10ffff, bool overlong=false)UChar
decode(uint16_t *&buff, unsigned int &len, Endianness order, uint32_t maxChar=0x10ffff)UChar
decode(DataBlock &buff, Endianness order, uint32_t maxChar=0x10ffff)UChar
decode(String &out, uint16_t *&buff, unsigned int &len, Endianness order, bool checkBOM=false, uint32_t maxChar=0x10ffff)UCharstatic
encode(uint16_t *&buff, unsigned int &len, Endianness order)UChar
encode(DataBlock &buff, Endianness order)UChar
encode(DataBlock &out, const char *&str, Endianness order, bool addBOM=false)UCharstatic
encode(uint16_t *&buff, unsigned int &len, const char *&str, Endianness order, bool addBOM=false)UCharstatic
Endianness enum name (defined in UChar)UChar
LE enum value (defined in UChar)UChar
Native enum value (defined in UChar)UChar
operator const char *() const UCharinline
operator=(uint32_t code)UCharinline
operator=(char code)UCharinline
UChar(uint32_t code=0)UCharinlineexplicit
UChar(int32_t code)UCharinlineexplicit
UChar(signed char code)UCharinlineexplicit
UChar(unsigned char code)UCharinlineexplicit