Searched refs:NOT_AN_ERROR (Results 1 – 4 of 4) sorted by relevance
21 const ErrorTypeUtils::ErrorType ErrorTypeUtils::NOT_AN_ERROR = 0x0; member in latinime::ErrorTypeUtils34 NOT_AN_ERROR | MATCH_WITH_WRONG_CASE | MATCH_WITH_MISSING_ACCENT | MATCH_WITH_DIGRAPH;35 const ErrorTypeUtils::ErrorType ErrorTypeUtils::ERRORS_TREATED_AS_A_PERFECT_MATCH = NOT_AN_ERROR;
32 static const ErrorType NOT_AN_ERROR; variable
48 return ErrorTypeUtils::NOT_AN_ERROR; in getErrorType()101 return ErrorTypeUtils::NOT_AN_ERROR; in getErrorType()105 return ErrorTypeUtils::NOT_AN_ERROR; in getErrorType()
36 mRawLength(0.0f), mContainedErrorTypes(ErrorTypeUtils::NOT_AN_ERROR), in DicNodeStateScoring()53 mContainedErrorTypes = ErrorTypeUtils::NOT_AN_ERROR; in init()