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.cpp827 std::vector<std::vector<int>> *sampledSearchKeyVectors) { in updateSampledSearchKeySets() argument
829 sampledSearchKeyVectors->resize(sampledInputSize); in updateSampledSearchKeySets()
852 std::vector<int> *searchKeyVector = &(*sampledSearchKeyVectors)[i]; in updateSampledSearchKeySets()
Dproximity_info_state_utils.h81 std::vector<std::vector<int>> *sampledSearchKeyVectors);