Home
last modified time | relevance | path

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

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