HomeSort by relevance Sort by last modified time
    Searched refs:lowerCode (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.cpp 157 const int lowerCode = CharUtils::toLowerCase(code);
167 mLowerCodePointToKeyMap[lowerCode] = i;
169 mKeyIndexToLowerCodePointG[i] = lowerCode;
proximity_info_utils.h 41 const int lowerCode = CharUtils::toLowerCase(c);
42 std::unordered_map<int, int>::const_iterator mapPos = codeToKeyMap->find(lowerCode);

Completed in 139 milliseconds