Home | History | Annotate | Download | only in phonenumbers

Lines Matching refs:NOT_A_NUMBER

435     NOT_A_NUMBER,
2730 throw new NumberParseException(NumberParseException.ErrorType.NOT_A_NUMBER,
2741 throw new NumberParseException(NumberParseException.ErrorType.NOT_A_NUMBER,
2971 * @return NOT_A_NUMBER, NO_MATCH, SHORT_NSN_MATCH, NSN_MATCH, EXACT_MATCH. See
2992 // Fall through and return MatchType.NOT_A_NUMBER.
2999 return MatchType.NOT_A_NUMBER;
3009 * @return NOT_A_NUMBER, NO_MATCH, SHORT_NSN_MATCH, NSN_MATCH, EXACT_MATCH. See
3040 // Fall-through to return NOT_A_NUMBER.
3045 return MatchType.NOT_A_NUMBER;