Searched refs:mInputIndex (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
H A Ddic_node_state_input.h32 mInputIndex[0] -= commitPoint;
37 // TODO: The initial value for mInputIndex should be -1?
38 //mInputIndex[i] = i == 0 ? 0 : -1;
39 mInputIndex[i] = 0;
47 mInputIndex[i] = src->mInputIndex[i];
56 mInputIndex[pointerId] = inputIndex;
71 if (mInputIndex[pointerId] < 0) {
72 mInputIndex[pointerId] = val;
74 mInputIndex[pointerI
95 int mInputIndex[MAX_POINTER_COUNT_G]; member in class:latinime::DicNodeStateInput
[all...]
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_nodes_cache.h44 mInputIndex(0), mLastCachedInputIndex(0) {}
49 mInputIndex = 0;
83 return inputIndex == mInputIndex - 1;
86 if (mInputIndex < inputSize) {
87 mInputIndex++;
131 const bool shouldCache = (cacheInputIndex == mInputIndex)
137 mLastCachedInputIndex = mInputIndex;
151 mInputIndex = mLastCachedInputIndex;
196 int mInputIndex; member in class:latinime::DicNodesCache
H A Ddic_nodes_cache.cpp61 mInputIndex -= commitPoint;
H A Ddic_node.h56 : mNeedsToUpdateInputStateG(false), mPointerId(0), mInputIndex(0),
62 int16_t mInputIndex; member in struct:latinime::DicNode_InputStateG
607 inputStateG->mInputIndex);
610 inputStateG->mInputIndex, inputStateG->mPrevCodePoint,

Completed in 74 milliseconds