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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_state_output.h 37 mCodePointsBuf[0] = 0;
41 memcpy(mCodePointsBuf, stateOutput->mCodePointsBuf,
42 stateOutput->mOutputtedCodePointCount * sizeof(mCodePointsBuf[0]));
45 mCodePointsBuf[mOutputtedCodePointCount] = 0;
54 memcpy(&mCodePointsBuf[mOutputtedCodePointCount], mergedNodeCodePoints,
55 additionalCodePointCount * sizeof(mCodePointsBuf[0]));
59 mCodePointsBuf[mOutputtedCodePointCount] = 0;
66 return mCodePointsBuf[index];
70 int mCodePointsBuf[MAX_WORD_LENGTH]
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 382 return mDicNodeState.mDicNodeStateOutput.mCodePointsBuf;

Completed in 228 milliseconds