Home
last modified time | relevance | path

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

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