Home
last modified time | relevance | path

Searched refs:mWordLength (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/
Dwords_priority_queue.h33 int mWordLength; variable
38 mWordLength = wordLength; in setParams()
106 DUMP_WORD(sw->mWord, sw->mWordLength); in outputSuggestions()
139 const unsigned int wordLength = sw->mWordLength; in outputSuggestions()
161 DUMP_WORD(sw->mWord, sw->mWordLength); in clear()
172 DUMP_WORD(mHighestSuggestedWord->mWord, mHighestSuggestedWord->mWordLength); in dumpTopWord()
206 const int wordLength = sw->mWordLength; in getNormalizedScore()
Dunigram_dictionary.cpp288 const int wordLength = sw->mWordLength; in getWordSuggestions()