Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info_state_utils.cpp852 std::vector<int> *searchKeyVector = &(*sampledSearchKeyVectors)[i]; in updateSampledSearchKeySets() local
853 searchKeyVector->clear(); in updateSampledSearchKeySets()
857 if (std::find(searchKeyVector->begin(), searchKeyVector->end(), keyCodePoint) in updateSampledSearchKeySets()
858 == searchKeyVector->end()) { in updateSampledSearchKeySets()
859 searchKeyVector->push_back(keyCodePoint); in updateSampledSearchKeySets()