Home | History | Annotate | Download | only in phonenumbers

Lines Matching defs:SHORT_NSN_MATCH

437     SHORT_NSN_MATCH,
2888 * Returns SHORT_NSN_MATCH if either or both has no region specified, or the region specified is
2892 * For example, the numbers +1 345 657 1234 and 657 1234 are a SHORT_NSN_MATCH.
2898 * @return NO_MATCH, SHORT_NSN_MATCH, NSN_MATCH or EXACT_MATCH depending on the level of equality
2936 // A SHORT_NSN_MATCH occurs if there is a difference because of the presence or absence of
2939 return MatchType.SHORT_NSN_MATCH;
2952 return MatchType.SHORT_NSN_MATCH;
2975 * @return NOT_A_NUMBER, NO_MATCH, SHORT_NSN_MATCH, NSN_MATCH, EXACT_MATCH. See
3013 * @return NOT_A_NUMBER, NO_MATCH, SHORT_NSN_MATCH, NSN_MATCH, EXACT_MATCH. See