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

  /packages/inputmethods/LatinIME/native/src/
unigram_dictionary.h 140 int mStackSiblingPos[MAX_WORD_LENGTH_INTERNAL];// TODO: remove
unigram_dictionary.cpp 526 mStackSiblingPos[0] = 1;
529 int pos = mStackSiblingPos[depth];
552 mStackSiblingPos[depth] = siblingPos;
558 mStackSiblingPos[depth] = childrenPos;
    [all...]

Completed in 21 milliseconds