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/
proximity_info.cpp 167 const int lowerCode = toLowerCase(code);
170 mCodeToKeyMap[lowerCode] = i;
171 mKeyIndexToCodePointG[i] = lowerCode;
proximity_info_utils.h 40 const int lowerCode = toLowerCase(c);
41 hash_map_compat<int, int>::const_iterator mapPos = codeToKeyMap->find(lowerCode);

Completed in 788 milliseconds