Searched refs:NSN_MATCH (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dphone_number_i18n.cc229 case PhoneNumberUtil::NSN_MATCH:
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumberutil.h132 NSN_MATCH, enumerator in enum:i18n::phonenumbers::PhoneNumberUtil::MatchType
534 // Returns NSN_MATCH if either or both has no country calling code specified,
H A Dphonenumbermatcher.cc101 != PhoneNumberUtil::NSN_MATCH) {
H A Dphonenumberutil.cc2642 // If all else was the same, then this is an NSN_MATCH.
2644 return NSN_MATCH;
2700 // NSN_MATCH.
2711 return NSN_MATCH;
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DPhoneNumberUtilTest.java2456 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH,
2458 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH,
2461 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH,
2466 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH,
2473 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH,
2475 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH,
2477 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH,
2479 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH,
2481 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH,
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberMatcher.java640 if (util.isNumberMatch(number, candidate.substring(index)) != MatchType.NSN_MATCH) {
H A DPhoneNumberUtil.java422 NSN_MATCH, enum constant in enum:PhoneNumberUtil.MatchType
3054 * Returns NSN_MATCH if either or both has no region specified, and the NSNs and extensions are
3066 * @return NO_MATCH, SHORT_NSN_MATCH, NSN_MATCH or EXACT_MATCH depending on the level of equality
3115 // If all else was the same, then this is an NSN_MATCH.
3117 return MatchType.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
3194 // EXACT_MATCH is returned, we replace this with NSN_MATCH.
3201 return MatchType.NSN_MATCH;

Completed in 102 milliseconds