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

  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 253 #define FIRST_WORD_INDEX 0
unigram_dictionary.cpp 283 WordsPriorityQueue* queue = queuePool->getSubQueue(FIRST_WORD_INDEX, i);
322 queuePool, true /* doAutoCompletion */, DEFAULT_MAX_ERRORS, FIRST_WORD_INDEX);
383 if ((currentWordIndex == FIRST_WORD_INDEX) && addToMasterQueue) {
    [all...]

Completed in 223 milliseconds