Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
Dsuggestions_output_utils.cpp83 ErrorTypeUtils::isExactMatch(terminalDicNode->getContainedErrorTypes()); in shouldBlockWord()
143 ErrorTypeUtils::isExactMatch(terminalDicNode->getContainedErrorTypes()); in outputSuggestionsOfDicNode()
146 terminalDicNode->getContainedErrorTypes()); in outputSuggestionsOfDicNode()
149 terminalDicNode->getContainedErrorTypes()); in outputSuggestionsOfDicNode()
167 terminalDicNode->getContainedErrorTypes(), in outputSuggestionsOfDicNode()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node.h393 ErrorTypeUtils::ErrorType getContainedErrorTypes() const { in getContainedErrorTypes() function
394 return mDicNodeState.mDicNodeStateScoring.getContainedErrorTypes(); in getContainedErrorTypes()
417 const bool leftExactMatch = ErrorTypeUtils::isExactMatch(getContainedErrorTypes()); in compare()
418 const bool rightExactMatch = ErrorTypeUtils::isExactMatch(right->getContainedErrorTypes()); in compare()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
Ddic_node_state_scoring.h184 ErrorTypeUtils::ErrorType getContainedErrorTypes() const { in getContainedErrorTypes() function