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

/external/chromium_org/components/autofill/core/browser/
H A Dphone_number_i18n.cc227 case PhoneNumberUtil::SHORT_NSN_MATCH:
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DPhoneNumberUtilTest.java2487 assertEquals(PhoneNumberUtil.MatchType.SHORT_NSN_MATCH,
2493 assertEquals(PhoneNumberUtil.MatchType.SHORT_NSN_MATCH,
2495 assertEquals(PhoneNumberUtil.MatchType.SHORT_NSN_MATCH,
2497 assertEquals(PhoneNumberUtil.MatchType.SHORT_NSN_MATCH,
2500 assertEquals(PhoneNumberUtil.MatchType.SHORT_NSN_MATCH,
2504 // so this is considered a SHORT_NSN_MATCH.
2505 assertEquals(PhoneNumberUtil.MatchType.SHORT_NSN_MATCH,
2507 assertEquals(PhoneNumberUtil.MatchType.SHORT_NSN_MATCH,
2509 assertEquals(PhoneNumberUtil.MatchType.SHORT_NSN_MATCH,
2511 assertEquals(PhoneNumberUtil.MatchType.SHORT_NSN_MATCH,
[all...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumberutil.h131 SHORT_NSN_MATCH, enumerator in enum:i18n::phonenumbers::PhoneNumberUtil::MatchType
536 // Returns SHORT_NSN_MATCH if either or both has no country calling code
542 // SHORT_NSN_MATCH. The numbers +1 345 657 1234 and 345 657 are a NO_MATCH.
H A Dphonenumberutil.cc2629 // A SHORT_NSN_MATCH occurs if there is a difference because of the
2633 return SHORT_NSN_MATCH;
2647 return SHORT_NSN_MATCH;
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberUtil.java421 SHORT_NSN_MATCH, enum constant in enum:PhoneNumberUtil.MatchType
3056 * Returns SHORT_NSN_MATCH if either or both has no region specified, or the region specified is
3060 * For example, the numbers +1 345 657 1234 and 657 1234 are a SHORT_NSN_MATCH.
3066 * @return NO_MATCH, SHORT_NSN_MATCH, NSN_MATCH or EXACT_MATCH depending on the level of equality
3104 // A SHORT_NSN_MATCH occurs if there is a difference because of the presence or absence of
3107 return MatchType.SHORT_NSN_MATCH;
3120 return MatchType.SHORT_NSN_MATCH;
3143 * @return NOT_A_NUMBER, NO_MATCH, SHORT_NSN_MATCH, NSN_MATCH, EXACT_MATCH. See
3181 * @return NOT_A_NUMBER, NO_MATCH, SHORT_NSN_MATCH, NSN_MATCH, EXACT_MATCH. See

Completed in 140 milliseconds