Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info_state_utils.h81 std::vector<std::vector<int>> *sampledSearchKeyVectors);
Dproximity_info_state_utils.cpp823 std::vector<std::vector<int>> *sampledSearchKeyVectors) { in updateSampledSearchKeySets() argument
825 sampledSearchKeyVectors->resize(sampledInputSize); in updateSampledSearchKeySets()
848 std::vector<int> *searchKeyVector = &(*sampledSearchKeyVectors)[i]; in updateSampledSearchKeySets()