HomeSort by relevance Sort by last modified time
    Searched full: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 mCodeToKeyMap[lowerCode] = i;
168 mKeyIndexToCodePointG[i] = lowerCode;
proximity_info_utils.h 40 const int lowerCode = CharUtils::toLowerCase(c);
41 hash_map_compat<int, int>::const_iterator mapPos = codeToKeyMap->find(lowerCode);

Completed in 224 milliseconds