Searched refs:mTransposedCount (Results 1 – 3 of 3) sorted by relevance
201 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 …]
34 uint8_t mTransposedCount; member69 state->mTransposedCount = 0; in initCorrectionState()
48 mTransposedCount(0), mSkippedCount(0), mTransposedPos(0), mExcessivePos(0), in Correction()261 int mTransposedCount; variable