HomeSort by relevance Sort by last modified time
    Searched full:inputwordlength (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/
words_priority_queue_pool.h 51 WordsPriorityQueue* getSubQueue(const int wordIndex, const int inputWordLength) {
55 if (inputWordLength < 0 || inputWordLength >= SUB_QUEUE_MAX_COUNT) {
61 return mSubQueues[wordIndex * SUB_QUEUE_MAX_COUNT + inputWordLength];
unigram_dictionary.cpp 430 const int inputWordStartPos, const int inputWordLength,
433 if (inputWordLength > MULTIPLE_WORDS_SUGGESTION_MAX_WORD_LENGTH) {
443 if (inputWordLength == 1) {
446 if (inputWordLength <= 2) {
459 } else if (inputWordLength == 1) {
482 inputWordStartPos, inputWordLength, proximityInfo, mWord);
484 nextWordLength = inputWordLength;
490 codes + offset, inputWordLength, correction);
493 getSuggestionCandidates(useFullEditDistance, inputWordLength,
498 AKLOGI("Dump word candidates(%d) %d", currentWordIndex, inputWordLength);
    [all...]
unigram_dictionary.h 138 const int inputWordStartPos, const int inputWordLength,

Completed in 99 milliseconds