Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node.h232 const int editCorrectionCount = mDicNodeState.mDicNodeStateScoring.getEditCorrectionCount(); in hasMatchedOrProximityCodePoints() local
234 return (editCorrectionCount + completionCount) < getNodeCodePointCount(); in hasMatchedOrProximityCodePoints()