GATE
gate::Char Class Reference

Static Public Member Functions

static int toLower (int chr)
 
static int toUpper (int chr)
 
static bool_t isDigit (int chr)
 
static bool_t isWhitespace (int chr)
 
static size_t readUtf8 (char_8_t const *utf8text, size_t length, char_32_t &chr32)
 
static size_t readUtf16 (char_16_t const *utf16text, size_t length, char_32_t &chr32)
 
static size_t readUtf32 (char_32_t const *utf32text, size_t length, char_32_t &chr32)
 
static size_t writeUtf8 (char_32_t chr32, char_8_t *utf8text, size_t length)
 
static size_t writeUtf16 (char_32_t chr32, char_16_t *utf16text, size_t length)
 
static size_t writeUtf32 (char_32_t chr32, char_32_t *utf32text, size_t length)
 

The documentation for this class was generated from the following files: