Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
Dsuggestions_output_utils.cpp83 ErrorTypeUtils::isExactMatch(terminalDicNode->getContainedErrorTypes()); in shouldBlockWord()
142 const bool isExactMatch = in outputSuggestionsOfDicNode() local
143 ErrorTypeUtils::isExactMatch(terminalDicNode->getContainedErrorTypes()); in outputSuggestionsOfDicNode()
152 | ((isExactMatch && boostExactMatches) ? Dictionary::KIND_FLAG_EXACT_MATCH : 0) in outputSuggestionsOfDicNode()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node.h417 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/dictionary/
Derror_type_utils.h52 static bool isExactMatch(const ErrorType containedErrorTypes) { in isExactMatch() function
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
Dtyping_scoring.h80 if (boostExactMatches && ErrorTypeUtils::isExactMatch(containedErrorTypes)) { in calculateFinalScore()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestedWords.java342 public boolean isExactMatch() { in isExactMatch() method in SuggestedWords.SuggestedWordInfo