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

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberUtil.java420 SHORT_NSN_MATCH, enum constant in enum:PhoneNumberUtil.MatchType
2765 * Returns SHORT_NSN_MATCH if either or both has no region specified, or the region specified is
2769 * For example, the numbers +1 345 657 1234 and 657 1234 are a SHORT_NSN_MATCH.
2775 * @return NO_MATCH, SHORT_NSN_MATCH, NSN_MATCH or EXACT_MATCH depending on the level of equality
2813 // A SHORT_NSN_MATCH occurs if there is a difference because of the presence or absence of
2816 return MatchType.SHORT_NSN_MATCH;
2829 return MatchType.SHORT_NSN_MATCH;
2852 * @return NOT_A_NUMBER, NO_MATCH, SHORT_NSN_MATCH, NSN_MATCH, EXACT_MATCH. See
2890 * @return NOT_A_NUMBER, NO_MATCH, SHORT_NSN_MATCH, NSN_MATCH, EXACT_MATCH. See

Completed in 83 milliseconds