Home
last modified time | relevance | path

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

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