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.cpp91 const bool isExactMatch = in outputSuggestionsOfDicNode() local
92 ErrorTypeUtils::isExactMatch(terminalDicNode->getContainedErrorTypes()); in outputSuggestionsOfDicNode()
99 const bool isSafeExactMatch = isExactMatch in outputSuggestionsOfDicNode()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node.h431 const bool leftExactMatch = ErrorTypeUtils::isExactMatch(getContainedErrorTypes()); in compare()
432 const bool rightExactMatch = ErrorTypeUtils::isExactMatch(right->getContainedErrorTypes()); in compare()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Derror_type_utils.h50 static bool isExactMatch(const ErrorType containedErrorTypes) { in isExactMatch() function
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
Dtyping_scoring.h52 if (boostExactMatches && ErrorTypeUtils::isExactMatch(containedErrorTypes)) { in calculateFinalScore()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestedWords.java316 public boolean isExactMatch() { in isExactMatch() method in SuggestedWords.SuggestedWordInfo