Searched refs:EXACT_MATCH (Results 1 – 5 of 5) sorted by relevance
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/ |
D | PhoneNumberUtilTest.java | 2372 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2374 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2376 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2378 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2380 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2382 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2384 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2387 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2390 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2393 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() [all …]
|
/external/chromium_org/components/autofill/core/browser/ |
D | phone_number_i18n.cc | 230 case PhoneNumberUtil::EXACT_MATCH: in PhoneNumbersMatch()
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
D | phonenumberutil.h | 133 EXACT_MATCH, enumerator
|
D | phonenumberutil.cc | 2626 return EXACT_MATCH; in IsNumberMatch() 2710 if (match == EXACT_MATCH) { in IsNumberMatchWithOneString()
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
D | PhoneNumberUtil.java | 423 EXACT_MATCH, enumConstant 3101 return MatchType.EXACT_MATCH; 3200 if (match == MatchType.EXACT_MATCH) {
|