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

  /packages/inputmethods/LatinIME/native/jni/src/
correction.h 45 mMissingSpacePos(0), mTerminalInputIndex(0), mTerminalOutputIndex(0), mMaxErrors(0),
239 int mMaxErrors;
correction.cpp 148 mMaxErrors = maxErrors;
315 if (correctionCount > mMaxErrors) {
408 // Work around: When the mMaxErrors is 1, we only allow just one error
410 const bool checkProximityChars = (mMaxErrors > 1)
    [all...]

Completed in 52 milliseconds