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

  /packages/inputmethods/LatinIME/native/src/
correction.h 46 void setCorrectionParams(const int skipPos, const int excessivePos, const int transposedPos,
correction.cpp 65 void Correction::setCorrectionParams(const int skipPos, const int excessivePos,
70 mExcessivePos = excessivePos;
74 mCorrectionStates[0].mExcessivePos = excessivePos;
577 const int excessivePos = correction->getExcessivePos();
675 if (!lastCharExceeded && !proximityInfo->existsAdjacentProximityChars(excessivePos)) {
    [all...]
unigram_dictionary.cpp 356 correction->setCorrectionParams(-1 /* skipPos */, -1 /* excessivePos */,
365 correction->setCorrectionParams(-1 /* skipPos */, -1 /* excessivePos */,
    [all...]

Completed in 245 milliseconds