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

  /packages/inputmethods/LatinIME/native/jni/src/
correction_state.h 34 uint8_t mTransposedCount;
69 state->mTransposedCount = 0;
correction.cpp 207 mTransposedCount = mCorrectionStates[outputIndex].mTransposedCount;
253 mCorrectionStates[mOutputIndex].mTransposedCount = mTransposedCount;
321 const int correctionCount = (mSkippedCount + mExcessiveCount + mTransposedCount);
380 if (mTransposedCount == 0 && mTransposedPos < mOutputIndex) {
389 if (mTransposedCount % 2 == 1) {
391 ++mTransposedCount;
394 --mTransposedCount;
399 --mTransposedCount;
    [all...]
correction.h 228 int mTransposedCount;

Completed in 57 milliseconds