Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
H A Dtyping_weighting.cpp34 } else if (dicNode->isInDigraph()) { in getErrorType()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
H A Ddictionary_utils.cpp47 if (dicNode.isInDigraph() && dicNode.getNodeCodePoint() == baseLowerCodePoint) { in getMaxProbabilityOfExactMatches()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_node.h384 bool isInDigraph() const { in isInDigraph() function
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
H A Dsuggest.cpp146 if (dicNode.isInDigraph()) { in expandCurrentDicNodes()