Searched refs:ERRORS_TREATED_AS_AN_EXACT_MATCH (Results 1 – 2 of 2) sorted by relevance
33 const ErrorTypeUtils::ErrorType ErrorTypeUtils::ERRORS_TREATED_AS_AN_EXACT_MATCH = member in latinime::ErrorTypeUtils39 ERRORS_TREATED_AS_AN_EXACT_MATCH | INTENTIONAL_OMISSION;
53 return (containedErrorTypes & ~ERRORS_TREATED_AS_AN_EXACT_MATCH) == 0; in isExactMatch()84 static const ErrorType ERRORS_TREATED_AS_AN_EXACT_MATCH; variable