Home
last modified time | relevance | path

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

/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java2921 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2923 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2925 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2927 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2929 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2931 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2933 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2936 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2939 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2941 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
[all …]
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonenumberutil_test.js3827 i18n.phonenumbers.PhoneNumberUtil.MatchType.EXACT_MATCH,
3830 i18n.phonenumbers.PhoneNumberUtil.MatchType.EXACT_MATCH,
3833 i18n.phonenumbers.PhoneNumberUtil.MatchType.EXACT_MATCH,
3836 i18n.phonenumbers.PhoneNumberUtil.MatchType.EXACT_MATCH,
3839 i18n.phonenumbers.PhoneNumberUtil.MatchType.EXACT_MATCH,
3842 i18n.phonenumbers.PhoneNumberUtil.MatchType.EXACT_MATCH,
3845 i18n.phonenumbers.PhoneNumberUtil.MatchType.EXACT_MATCH,
3848 i18n.phonenumbers.PhoneNumberUtil.MatchType.EXACT_MATCH,
3852 i18n.phonenumbers.PhoneNumberUtil.MatchType.EXACT_MATCH,
3856 i18n.phonenumbers.PhoneNumberUtil.MatchType.EXACT_MATCH,
[all …]
Dphonenumberutil.js1028 EXACT_MATCH: 4 property
4486 i18n.phonenumbers.PhoneNumberUtil.MatchType.EXACT_MATCH) {
4536 return i18n.phonenumbers.PhoneNumberUtil.MatchType.EXACT_MATCH;
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.h131 EXACT_MATCH, enumerator
134 static const MatchType kMaxMatchType = EXACT_MATCH;
Dphonenumberutil.cc3074 return EXACT_MATCH; in IsNumberMatch()
3158 if (match == EXACT_MATCH) { in IsNumberMatchWithOneString()
/third_party/libphonenumber/cpp/test/phonenumbers/
Dphonenumberutil_test.cc3240 EXPECT_EQ(PhoneNumberUtil::EXACT_MATCH, in TEST_F()
3243 EXPECT_EQ(PhoneNumberUtil::EXACT_MATCH, in TEST_F()
3246 EXPECT_EQ(PhoneNumberUtil::EXACT_MATCH, in TEST_F()
3249 EXPECT_EQ(PhoneNumberUtil::EXACT_MATCH, in TEST_F()
3252 EXPECT_EQ(PhoneNumberUtil::EXACT_MATCH, in TEST_F()
3255 EXPECT_EQ(PhoneNumberUtil::EXACT_MATCH, in TEST_F()
3258 EXPECT_EQ(PhoneNumberUtil::EXACT_MATCH, in TEST_F()
3262 EXPECT_EQ(PhoneNumberUtil::EXACT_MATCH, in TEST_F()
3266 EXPECT_EQ(PhoneNumberUtil::EXACT_MATCH, in TEST_F()
3269 EXPECT_EQ(PhoneNumberUtil::EXACT_MATCH, in TEST_F()
[all …]
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberUtil.java494 EXACT_MATCH, enumConstant
3450 return MatchType.EXACT_MATCH;
3549 if (match == MatchType.EXACT_MATCH) {