Searched defs:BASE_CHARS (Results 1 - 2 of 2) sorted by last modified time

/packages/inputmethods/LatinIME/native/jni/src/utils/
H A Dchar_utils.cpp1069 * 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] = { member in class:latinime::CharUtils
H A Dchar_utils.h75 return static_cast<int>(BASE_CHARS[c]);
122 * to their base characters. If c is in range, BASE_CHARS[c] == c
127 static const unsigned short BASE_CHARS[BASE_CHARS_SIZE]; member in class:latinime::CharUtils

Completed in 42 milliseconds