Home
last modified time | relevance | path

Searched refs:EXACT_MATCH (Results 1 – 5 of 5) sorted by relevance

/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
DPhoneNumberUtilTest.java2267 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2269 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2271 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2273 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2275 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2277 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2279 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2282 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2285 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2288 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
[all …]
/external/chromium_org/components/autofill/core/browser/
Dphone_number_i18n.cc221 case PhoneNumberUtil::EXACT_MATCH: in PhoneNumbersMatch()
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
Dphonenumberutil.h133 EXACT_MATCH, enumerator
Dphonenumberutil.cc2626 return EXACT_MATCH; in IsNumberMatch()
2710 if (match == EXACT_MATCH) { in IsNumberMatchWithOneString()
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
DPhoneNumberUtil.java439 EXACT_MATCH, enumConstant
2933 return MatchType.EXACT_MATCH;
3032 if (match == MatchType.EXACT_MATCH) {