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

  /packages/inputmethods/LatinIME/native/src/
unigram_dictionary.h 139 int mStackInputIndex[MAX_WORD_LENGTH_INTERNAL];// TODO: remove
unigram_dictionary.cpp 525 mStackInputIndex[0] = 0;
531 int inputIndex = mStackInputIndex[depth];
559 mStackInputIndex[depth] = inputIndex;
    [all...]

Completed in 727 milliseconds