Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Derror_type_utils.cpp33 const ErrorTypeUtils::ErrorType ErrorTypeUtils::ERRORS_TREATED_AS_AN_EXACT_MATCH = member in latinime::ErrorTypeUtils
39 ERRORS_TREATED_AS_AN_EXACT_MATCH | INTENTIONAL_OMISSION;
Derror_type_utils.h53 return (containedErrorTypes & ~ERRORS_TREATED_AS_AN_EXACT_MATCH) == 0; in isExactMatch()
84 static const ErrorType ERRORS_TREATED_AS_AN_EXACT_MATCH; variable