Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node_profiler.h35 #define PROF_NEW_WORD(profiler) profiler.profNewWord() macro
52 #define PROF_NEW_WORD(profiler) macro
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
Dweighting.cpp43 PROF_NEW_WORD(node->mProfiler); in profile()