HomeSort by relevance Sort by last modified time
    Searched refs: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) const {
55 if (inputWordLength < 0 || inputWordLength >= SUB_QUEUE_MAX_COUNT) {
61 return mSubQueues[wordIndex * SUB_QUEUE_MAX_COUNT + inputWordLength];
unigram_dictionary.cpp 421 const int inputWordStartPos, const int inputWordLength,
424 if (inputWordLength > MULTIPLE_WORDS_SUGGESTION_MAX_WORD_LENGTH) {
434 if (inputWordLength == 1) {
437 if (inputWordLength <= 2) {
450 } else if (inputWordLength == 1) {
474 inputWordStartPos, inputWordLength, correction, word);
476 nextWordLength = inputWordLength;
482 codes + offset, inputWordLength, correction);
485 getSuggestionCandidates(useFullEditDistance, inputWordLength,
490 AKLOGI("Dump word candidates(%d) %d", currentWordIndex, inputWordLength);
    [all...]
unigram_dictionary.h 100 const int inputWordStartPos, const int inputWordLength, const int outputWordStartPos,

Completed in 29 milliseconds