Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info_state_utils.cpp848 std::vector<int> *searchKeyVector = &(*sampledSearchKeyVectors)[i]; in updateSampledSearchKeySets() local
849 searchKeyVector->clear(); in updateSampledSearchKeySets()
853 if (std::find(searchKeyVector->begin(), searchKeyVector->end(), keyCodePoint) in updateSampledSearchKeySets()
854 == searchKeyVector->end()) { in updateSampledSearchKeySets()
855 searchKeyVector->push_back(keyCodePoint); in updateSampledSearchKeySets()