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 158 mSkippedCount = mCorrectionStates[outputIndex].mSkippedCount;
203 const int correctionCount = (mSkippedCount + mExcessiveCount + mTransposedCount);
252 if (mSkippedCount == 0 && mSkipPos < mOutputIndex) {
289 AKLOGI("UNRELATED(0): %d, %d, %d, %d, %c", mProximityCount, mSkippedCount,
370 ++mSkippedCount;
380 ++mSkippedCount;
384 && mSkippedCount > 0
391 --mSkippedCount;
411 AKLOGI("TRANSPOSE: %d, %d, %d, %d, %c", mProximityCount, mSkippedCount,
    [all...]
correction.h 46 mTransposedCount(0), mSkippedCount(0), mTransposedPos(0), mExcessivePos(0),
257 int mSkippedCount;
290 mCorrectionStates[mOutputIndex].mSkippedCount = mSkippedCount;

Completed in 136 milliseconds