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

  /packages/inputmethods/LatinIME/native/jni/src/
proximity_info.h 62 ProximityType getMatchedProximityId(const int index, const unsigned short c,
correction.cpp 338 mProximityInfo->getMatchedProximityId(mInputIndex, c, true, &proximityIndex);
390 if (isEquivalentChar(mProximityInfo->getMatchedProximityId(mInputIndex - 1, c, false))) {
421 : mProximityInfo->getMatchedProximityId(
429 && isEquivalentChar(mProximityInfo->getMatchedProximityId(
448 matchedProximityCharId = mProximityInfo->getMatchedProximityId(
465 && isEquivalentChar(mProximityInfo->getMatchedProximityId(
468 mProximityInfo->getMatchedProximityId(mInputIndex + 1, c, false))) {
480 mProximityInfo->getMatchedProximityId(mInputIndex - 1, c, false))) {
492 mProximityInfo->getMatchedProximityId(mInputIndex - 1, c, false))) {
504 mProximityInfo->getMatchedProximityId(mInputIndex + 1, c, false)))
    [all...]
proximity_info.cpp 389 // proximityIndex is a pointer to the variable where getMatchedProximityId returns
394 ProximityInfo::ProximityType ProximityInfo::getMatchedProximityId(const int index,

Completed in 25 milliseconds