Searched defs:KEY_COUNT (Results 1 - 1 of 1) sorted by path

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info.h57 int getKeyCount() const { return KEY_COUNT; }
78 KEY_COUNT, mLocaleStr, &mLowerCodePointToKeyMap, allInputCodes);
82 return ProximityInfoUtils::getKeyIndexOf(KEY_COUNT, c, &mLowerCodePointToKeyMap);
101 const int KEY_COUNT; member in class:latinime::ProximityInfo

Completed in 85 milliseconds