Searched refs:NSN_MATCH (Results 1 – 8 of 8) sorted by relevance
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/ |
D | PhoneNumberUtilTest.java | 2456 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/ |
D | phone_number_i18n.cc | 229 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 | 640 if (util.isNumberMatch(number, candidate.substring(index)) != MatchType.NSN_MATCH) { in containsOnlyValidXChars()
|
D | PhoneNumberUtil.java | 422 NSN_MATCH, enumConstant 3117 return MatchType.NSN_MATCH; 3201 return MatchType.NSN_MATCH;
|
/external/libphonenumber/java/ |
D | release_notes.txt | 783 an NSN_MATCH, instead of SHORT_NSN_MATCH.
|