Home
last modified time | relevance | path

Searched refs:mTransposedCount (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/
Dcorrection.cpp201 mTransposedCount = mCorrectionStates[outputIndex].mTransposedCount; in initProcessState()
247 mCorrectionStates[mOutputIndex].mTransposedCount = mTransposedCount; in incrementOutputIndex()
314 const int correctionCount = (mSkippedCount + mExcessiveCount + mTransposedCount); in processCharAndCalcState()
374 if (mTransposedCount == 0 && mTransposedPos < mOutputIndex) { in processCharAndCalcState()
383 if (mTransposedCount % 2 == 1) { in processCharAndCalcState()
386 ++mTransposedCount; in processCharAndCalcState()
389 --mTransposedCount; in processCharAndCalcState()
394 --mTransposedCount; in processCharAndCalcState()
401 mTransposedCount, mExcessiveCount, c); in processCharAndCalcState()
457 if (mInputIndex < mInputSize - 1 && mOutputIndex > 0 && mTransposedCount > 0 in processCharAndCalcState()
[all …]
Dcorrection_state.h34 uint8_t mTransposedCount; member
69 state->mTransposedCount = 0; in initCorrectionState()
Dcorrection.h48 mTransposedCount(0), mSkippedCount(0), mTransposedPos(0), mExcessivePos(0), in Correction()
261 int mTransposedCount; variable