Home | History | Annotate | Download | only in utils

Lines Matching refs:CharUtils

25 const int CharUtils::MIN_UNICODE_CODE_POINT = 0;
26 const int CharUtils::MAX_UNICODE_CODE_POINT = 0x10FFFF;
53 const unsigned short myLowerC = CharUtils::latin_tolower(c);
1060 /* static */ int CharUtils::latin_tolower(const int c) {
1069 * to their base characters. If c is in range, CharUtils::BASE_CHARS[c] == c
1080 /* static */ const unsigned short CharUtils::BASE_CHARS[CharUtils::BASE_CHARS_SIZE] = {
1286 /* static */ const std::vector<int> CharUtils::EMPTY_STRING(1 /* size */, '\0' /* value */);