Home
last modified time | relevance | path

Searched refs:BASE_CHARS (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/utils/
Dchar_utils.h68 return static_cast<int>(BASE_CHARS[c]); in toBaseCodePoint()
128 static const unsigned short BASE_CHARS[BASE_CHARS_SIZE]; variable
Dchar_utils.cpp1080 /* static */ const unsigned short CharUtils::BASE_CHARS[CharUtils::BASE_CHARS_SIZE] = { member in latinime::CharUtils