Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
Ddic_node_state_scoring.h139 int16_t getCompletionCount() const { in getCompletionCount() function
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node.h233 const int completionCount = mDicNodeState.mDicNodeStateScoring.getCompletionCount(); in hasMatchedOrProximityCodePoints()