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.java2351 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches()
2353 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches()
2356 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches()
2361 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches()
2368 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches()
2370 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches()
2372 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches()
2374 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches()
2376 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches()
/external/chromium_org/components/autofill/core/browser/
Dphone_number_i18n.cc220 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.java591 if (util.isNumberMatch(number, candidate.substring(index)) != MatchType.NSN_MATCH) { in containsOnlyValidXChars()
DPhoneNumberUtil.java438 NSN_MATCH, enumConstant
2949 return MatchType.NSN_MATCH;
3033 return MatchType.NSN_MATCH;
/external/libphonenumber/java/
Drelease_notes.txt470 an NSN_MATCH, instead of SHORT_NSN_MATCH.