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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node_state_input.h 40 mPrevCodePoint[i] = NOT_A_CODE_POINT;
48 mPrevCodePoint[i] = src->mPrevCodePoint[i];
57 mPrevCodePoint[pointerId] = prevCodePoint;
67 mPrevCodePoint[pointerId] = c;
84 return mPrevCodePoint[pointerId];
96 int mPrevCodePoint[MAX_POINTER_COUNT_G];
dic_node.h 57 int mPrevCodePoint;
572 inputStateG->mInputIndex, inputStateG->mPrevCodePoint,

Completed in 19 milliseconds