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

  /packages/inputmethods/LatinIME/native/jni/src/
correction.cpp 161 return mProximityInfoState.sameAsTyped(mWord, mOutputIndex);
194 mOutputIndex = outputIndex;
222 mCorrectionStates[mOutputIndex].mParentIndex = parentIndex;
223 mCorrectionStates[mOutputIndex].mChildCount = childCount;
224 mCorrectionStates[mOutputIndex].mSiblingPos = firstChildPos;
225 return mOutputIndex;
238 ++mOutputIndex;
239 mCorrectionStates[mOutputIndex].mParentIndex = mCorrectionStates[mOutputIndex - 1].mParentIndex;
240 mCorrectionStates[mOutputIndex].mChildCount = mCorrectionStates[mOutputIndex - 1].mChildCount
    [all...]
correction.h 46 mTotalTraverseCount(0), mNeedsToTraverseAllNodes(false), mOutputIndex(0),
255 int mOutputIndex;

Completed in 40 milliseconds