Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/
Ddefines.h114 #define DUMP_SUGGESTION(words, frequencies, index, score) \ macro
169 #define DUMP_SUGGESTION(words, frequencies, index, score) macro
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
Dsuggestion_results.cpp102 DUMP_SUGGESTION(it->getCodePoint(), it->getCodePointCount(), index, it->getScore()); in dumpSuggestions()