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

  /packages/inputmethods/LatinIME/native/jni/src/
unigram_dictionary.cpp 467 int nextWordLength = 0;
476 nextWordLength = inputWordLength;
505 &tempOutputWord, &score, &nextWordLength);
512 || nextWordLength < SUB_QUEUE_MIN_WORD_LENGTH) {
515 freq = score >> (nextWordLength + TWO_WORDS_PLUS_OTHER_ERROR_CORRECTION_DEMOTION_DIVIDER);
519 currentWordIndex, freq, nextWordLength, inputWordLength, inputWordStartPos,
522 if (freq <= 0 || nextWordLength <= 0
523 || MAX_WORD_LENGTH <= (outputWordStartPos + nextWordLength)) {
526 for (int i = 0; i < nextWordLength; ++i) {
534 const int tempOutputWordLength = outputWordStartPos + nextWordLength;
    [all...]
correction.cpp     [all...]

Completed in 1474 milliseconds