Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info_state_utils.cpp852 const int keyCodePoint = proximityInfo->getCodePointOf(j); in updateSampledSearchKeySets() local
853 if (std::find(searchKeyVector->begin(), searchKeyVector->end(), keyCodePoint) in updateSampledSearchKeySets()
855 searchKeyVector->push_back(keyCodePoint); in updateSampledSearchKeySets()