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

  /packages/inputmethods/LatinIME/native/jni/src/
words_priority_queue_pool.h 51 WordsPriorityQueue* getSubQueue(const int wordIndex, const int inputWordLength) {
73 WordsPriorityQueue* queue = getSubQueue(wordIndex, i);
83 getSubQueue(0, i)->dumpTopWord();
unigram_dictionary.cpp 283 WordsPriorityQueue* queue = queuePool->getSubQueue(FIRST_WORD_INDEX, i);
415 subQueue = queuePool->getSubQueue(currentWordIndex, inputIndex);
500 queuePool->getSubQueue(currentWordIndex, i)->dumpTopWord();
505 WordsPriorityQueue* queue = queuePool->getSubQueue(currentWordIndex, inputWordLength);
    [all...]

Completed in 74 milliseconds