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

  /packages/inputmethods/LatinIME/native/jni/src/
correction_state.h 36 uint8_t mSkippedCount;
71 state->mSkippedCount = 0;
correction.cpp 209 mSkippedCount = mCorrectionStates[outputIndex].mSkippedCount;
255 mCorrectionStates[mOutputIndex].mSkippedCount = mSkippedCount;
321 const int correctionCount = (mSkippedCount + mExcessiveCount + mTransposedCount);
370 if (mSkippedCount == 0 && mSkipPos < mOutputIndex) {
405 AKLOGI("UNRELATED(0): %d, %d, %d, %d, %c", mProximityCount, mSkippedCount,
486 ++mSkippedCount;
496 ++mSkippedCount;
500 && mSkippedCount >
    [all...]
correction.h 229 int mSkippedCount;

Completed in 36 milliseconds