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 43 mMissingSpacePos(0), mTerminalInputIndex(0), mTerminalOutputIndex(0), mMaxErrors(0),
234 int mMaxErrors;
correction.cpp 114 mMaxErrors = maxErrors;
204 if (correctionCount > mMaxErrors) {
297 // Work around: When the mMaxErrors is 1, we only allow just one error
299 const bool checkProximityChars = (mMaxErrors > 1)
    [all...]

Completed in 43 milliseconds