Searched refs:mapPos (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info_utils.h42 std::unordered_map<int, int>::const_iterator mapPos = codeToKeyMap->find(lowerCode); local
43 if (mapPos != codeToKeyMap->end()) {
44 return mapPos->second;

Completed in 467 milliseconds