Searched defs:firstCodePoint (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info_state.cpp203 const int firstCodePoint = currentCodePoints[0]; local
208 if (firstCodePoint == baseLowerC || firstCodePoint == codePoint) {
216 if (CharUtils::toBaseLowerCase(firstCodePoint) == baseLowerC) {

Completed in 22 milliseconds