Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info_state.cpp204 const int baseLowerC = CharUtils::toBaseLowerCase(codePoint); in getProximityType() local
208 if (firstCodePoint == baseLowerC || firstCodePoint == codePoint) { in getProximityType()
216 if (CharUtils::toBaseLowerCase(firstCodePoint) == baseLowerC) { in getProximityType()
224 const bool matched = (currentCodePoints[j] == baseLowerC in getProximityType()
239 const bool matched = (currentCodePoints[j] == baseLowerC in getProximityType()