Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Derror_type_utils.h57 return (containedErrorTypes & ~ERRORS_TREATED_AS_A_PERFECT_MATCH) == 0; in isPerfectMatch()
85 static const ErrorType ERRORS_TREATED_AS_A_PERFECT_MATCH; variable
Derror_type_utils.cpp35 const ErrorTypeUtils::ErrorType ErrorTypeUtils::ERRORS_TREATED_AS_A_PERFECT_MATCH = NOT_AN_ERROR; member in latinime::ErrorTypeUtils