Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Derror_type_utils.h56 static bool isPerfectMatch(const ErrorType containedErrorTypes) { in isPerfectMatch() function
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
Dtyping_scoring.h76 if (boostExactMatches && ErrorTypeUtils::isPerfectMatch(containedErrorTypes)) { in calculateFinalScore()