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

  /packages/inputmethods/LatinIME/native/jni/src/
proximity_info.h 89 int getKeyIndex(const int c) const;
proximity_info.cpp 166 const int keyIndex = getKeyIndex(c);
289 ? calculateNormalizedSquaredDistance(getKeyIndex(currentChar), i)
328 int ProximityInfo::getKeyIndex(const int c) const {

Completed in 32 milliseconds