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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.h 82 AK_FORCE_INLINE int getKeyIndexOf(const int c) const {
83 return ProximityInfoUtils::getKeyIndexOf(KEY_COUNT, c, &mLowerCodePointToKeyMap);
87 return getKeyIndexOf(codePoint) != NOT_AN_INDEX;
proximity_info_utils.h 32 static AK_FORCE_INLINE int getKeyIndexOf(const int keyCount, const int c,
165 const int keyIndex = getKeyIndexOf(keyCount, c, codeToKeyMap);

Completed in 395 milliseconds