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

  /packages/inputmethods/LatinIME/native/jni/src/
words_priority_queue.cpp 31 DUMP_WORD(sw->mWord, sw->mWordLength);
64 const int wordLength = sw->mWordLength;
words_priority_queue.h 33 int mWordLength;
39 mWordLength = wordLength;
105 DUMP_WORD(sw->mWord, sw->mWordLength);
116 DUMP_WORD(mHighestSuggestedWord->mWord, mHighestSuggestedWord->mWordLength);
153 const int wordLength = sw->mWordLength;
unigram_dictionary.cpp 265 const int wordLength = sw->mWordLength;
    [all...]

Completed in 146 milliseconds