Searched refs:wordIndex (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/
H A Dwords_priority_queue_pool.h51 WordsPriorityQueue *getSubQueue(const int wordIndex, const int inputWordLength) { argument
52 if (wordIndex >= MULTIPLE_WORDS_SUGGESTION_MAX_WORDS) {
61 return mSubQueues[wordIndex * SUB_QUEUE_MAX_COUNT + inputWordLength];
71 inline void clearSubQueue(const int wordIndex) { argument
73 WordsPriorityQueue *queue = getSubQueue(wordIndex, i);

Completed in 1154 milliseconds