GATE
gate::Char Member List

This is the complete list of members for gate::Char, including all inherited members.

isDigit(int chr) (defined in gate::Char)gate::Charstatic
isWhitespace(int chr) (defined in gate::Char)gate::Charstatic
readUtf16(char_16_t const *utf16text, size_t length, char_32_t &chr32) (defined in gate::Char)gate::Charstatic
readUtf32(char_32_t const *utf32text, size_t length, char_32_t &chr32) (defined in gate::Char)gate::Charstatic
readUtf8(char_8_t const *utf8text, size_t length, char_32_t &chr32) (defined in gate::Char)gate::Charstatic
toLower(int chr) (defined in gate::Char)gate::Charstatic
toUpper(int chr) (defined in gate::Char)gate::Charstatic
writeUtf16(char_32_t chr32, char_16_t *utf16text, size_t length) (defined in gate::Char)gate::Charstatic
writeUtf32(char_32_t chr32, char_32_t *utf32text, size_t length) (defined in gate::Char)gate::Charstatic
writeUtf8(char_32_t chr32, char_8_t *utf8text, size_t length) (defined in gate::Char)gate::Charstatic