Home
last modified time | relevance | path

Searched refs:NSN_MATCH (Results 1 – 8 of 8) sorted by relevance

/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
DPhoneNumberUtilTest.java2456 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches()
2458 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches()
2461 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches()
2466 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches()
2473 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches()
2475 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches()
2477 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches()
2479 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches()
2481 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches()
/external/chromium_org/components/autofill/core/browser/
Dphone_number_i18n.cc229 case PhoneNumberUtil::NSN_MATCH: in PhoneNumbersMatch()
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
Dphonenumberutil.h132 NSN_MATCH, enumerator
Dphonenumbermatcher.cc101 != PhoneNumberUtil::NSN_MATCH) { in ContainsOnlyValidXChars()
Dphonenumberutil.cc2644 return NSN_MATCH; in IsNumberMatch()
2711 return NSN_MATCH; in IsNumberMatchWithOneString()
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
DPhoneNumberMatcher.java640 if (util.isNumberMatch(number, candidate.substring(index)) != MatchType.NSN_MATCH) { in containsOnlyValidXChars()
DPhoneNumberUtil.java422 NSN_MATCH, enumConstant
3117 return MatchType.NSN_MATCH;
3201 return MatchType.NSN_MATCH;
/external/libphonenumber/java/
Drelease_notes.txt783 an NSN_MATCH, instead of SHORT_NSN_MATCH.