Home
last modified time | relevance | path

Searched refs:DUMP_WORD (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/
Dwords_priority_queue.h81 DUMP_WORD(word, wordLength); in push()
106 DUMP_WORD(sw->mWord, sw->mWordLength); in outputSuggestions()
161 DUMP_WORD(sw->mWord, sw->mWordLength); in clear()
172 DUMP_WORD(mHighestSuggestedWord->mWord, mHighestSuggestedWord->mWordLength); in dumpTopWord()
Ddefines.h26 #define DUMP_WORD(word, length) do { dumpWord(word, length); } while(0) macro
52 #define DUMP_WORD(word, length) macro
Dcorrection.cpp404 DUMP_WORD(mWord, mOutputIndex); in processCharAndCalcState()
525 DUMP_WORD(mWord, mOutputIndex); in processCharAndCalcState()
562 DUMP_WORD(mWord, mOutputIndex); in processCharAndCalcState()
624 DUMP_WORD(mWord, mOutputIndex); in processCharAndCalcState()
909 DUMP_WORD(proximityInfo->getPrimaryInputWord(), inputLength); in calculateFinalProbability()
910 DUMP_WORD(correction->mWord, outputLength); in calculateFinalProbability()
1044 DUMP_WORD(word, wordLengthArray[0]); in calcFreqForSplitMultipleWords()
Dunigram_dictionary.cpp294 DUMP_WORD(proximityInfo->getPrimaryInputWord(), i); in getWordSuggestions()
295 DUMP_WORD(word, wordLength); in getWordSuggestions()
560 DUMP_WORD(outputWord, tempOutputWordLength); in getSubStringSuggestion()
594 DUMP_WORD(outputWord, outputWordLength); in getMultiWordsSuggestionRec()