Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info_state_utils.cpp842 for(const auto& charProbability : charProbabilities->at(j)) { in updateSampledSearchKeySets() local
843 if (charProbability.first == NOT_AN_INDEX) { in updateSampledSearchKeySets()
846 (*sampledSearchKeySets)[i].set(charProbability.first); in updateSampledSearchKeySets()