Searched refs:NSN_MATCH (Results 1 – 8 of 8) sorted by relevance
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/ |
D | PhoneNumberUtilTest.java | 2351 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/ |
D | phone_number_i18n.cc | 220 case PhoneNumberUtil::NSN_MATCH: in PhoneNumbersMatch()
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
D | phonenumberutil.h | 132 NSN_MATCH, enumerator
|
D | phonenumbermatcher.cc | 101 != PhoneNumberUtil::NSN_MATCH) { in ContainsOnlyValidXChars()
|
D | phonenumberutil.cc | 2644 return NSN_MATCH; in IsNumberMatch() 2711 return NSN_MATCH; in IsNumberMatchWithOneString()
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
D | PhoneNumberMatcher.java | 591 if (util.isNumberMatch(number, candidate.substring(index)) != MatchType.NSN_MATCH) { in containsOnlyValidXChars()
|
D | PhoneNumberUtil.java | 438 NSN_MATCH, enumConstant 2949 return MatchType.NSN_MATCH; 3033 return MatchType.NSN_MATCH;
|
/external/libphonenumber/java/ |
D | release_notes.txt | 470 an NSN_MATCH, instead of SHORT_NSN_MATCH.
|