Searched defs:SHORT_NSN_MATCH (Results 1 - 1 of 1) sorted by relevance

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberUtil.java422 SHORT_NSN_MATCH, enum constant in enum:PhoneNumberUtil.MatchType
3036 * Returns SHORT_NSN_MATCH if either or both has no region specified, or the region specified is
3040 * For example, the numbers +1 345 657 1234 and 657 1234 are a SHORT_NSN_MATCH.
3046 * @return NO_MATCH, SHORT_NSN_MATCH, NSN_MATCH or EXACT_MATCH depending on the level of equality
3084 // A SHORT_NSN_MATCH occurs if there is a difference because of the presence or absence of
3087 return MatchType.SHORT_NSN_MATCH;
3100 return MatchType.SHORT_NSN_MATCH;
3123 * @return NOT_A_NUMBER, NO_MATCH, SHORT_NSN_MATCH, NSN_MATCH, EXACT_MATCH. See
3161 * @return NOT_A_NUMBER, NO_MATCH, SHORT_NSN_MATCH, NSN_MATCH, EXACT_MATCH. See

Completed in 96 milliseconds