Searched refs:SHORT_NSN_MATCH (Results 1 - 7 of 7) sorted by relevance
/third_party/libphonenumber/cpp/test/phonenumbers/ |
H A D | phonenumberutil_test.cc | 3330 EXPECT_EQ(PhoneNumberUtil::SHORT_NSN_MATCH, in TEST_F() 3339 EXPECT_EQ(PhoneNumberUtil::SHORT_NSN_MATCH, in TEST_F() 3486 EXPECT_EQ(PhoneNumberUtil::SHORT_NSN_MATCH, in TEST_F() 3494 EXPECT_EQ(PhoneNumberUtil::SHORT_NSN_MATCH, in TEST_F() 3497 EXPECT_EQ(PhoneNumberUtil::SHORT_NSN_MATCH, in TEST_F() 3500 EXPECT_EQ(PhoneNumberUtil::SHORT_NSN_MATCH, in TEST_F() 3504 EXPECT_EQ(PhoneNumberUtil::SHORT_NSN_MATCH, in TEST_F() 3510 // a country code, so this is considered a SHORT_NSN_MATCH. in TEST_F() 3511 EXPECT_EQ(PhoneNumberUtil::SHORT_NSN_MATCH, in TEST_F() 3515 EXPECT_EQ(PhoneNumberUtil::SHORT_NSN_MATCH, in TEST_F() [all...] |
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/ |
H A D | PhoneNumberUtilTest.java | 3034 assertEquals(PhoneNumberUtil.MatchType.SHORT_NSN_MATCH, in testIsNumberMatchShortMatchIfDiffNumLeadingZeros() 3041 assertEquals(PhoneNumberUtil.MatchType.SHORT_NSN_MATCH, in testIsNumberMatchShortMatchIfDiffNumLeadingZeros() 3154 assertEquals(PhoneNumberUtil.MatchType.SHORT_NSN_MATCH, in testIsNumberMatchNsnMatches() 3160 assertEquals(PhoneNumberUtil.MatchType.SHORT_NSN_MATCH, in testIsNumberMatchShortNsnMatches() 3162 assertEquals(PhoneNumberUtil.MatchType.SHORT_NSN_MATCH, in testIsNumberMatchShortNsnMatches() 3164 assertEquals(PhoneNumberUtil.MatchType.SHORT_NSN_MATCH, in testIsNumberMatchShortNsnMatches() 3167 assertEquals(PhoneNumberUtil.MatchType.SHORT_NSN_MATCH, in testIsNumberMatchShortNsnMatches() 3171 // so this is considered a SHORT_NSN_MATCH. in testIsNumberMatchShortNsnMatches() 3172 assertEquals(PhoneNumberUtil.MatchType.SHORT_NSN_MATCH, in testIsNumberMatchShortNsnMatches() 3174 assertEquals(PhoneNumberUtil.MatchType.SHORT_NSN_MATCH, in testIsNumberMatchShortNsnMatches() [all...] |
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
H A D | phonenumberutil_test.js | 3967 i18n.phonenumbers.PhoneNumberUtil.MatchType.SHORT_NSN_MATCH, 3977 i18n.phonenumbers.PhoneNumberUtil.MatchType.SHORT_NSN_MATCH, 4144 i18n.phonenumbers.PhoneNumberUtil.MatchType.SHORT_NSN_MATCH, 4152 i18n.phonenumbers.PhoneNumberUtil.MatchType.SHORT_NSN_MATCH, 4155 i18n.phonenumbers.PhoneNumberUtil.MatchType.SHORT_NSN_MATCH, 4159 i18n.phonenumbers.PhoneNumberUtil.MatchType.SHORT_NSN_MATCH, 4163 i18n.phonenumbers.PhoneNumberUtil.MatchType.SHORT_NSN_MATCH, 4168 // a country code, so this is considered a SHORT_NSN_MATCH. 4170 i18n.phonenumbers.PhoneNumberUtil.MatchType.SHORT_NSN_MATCH, 4173 i18n.phonenumbers.PhoneNumberUtil.MatchType.SHORT_NSN_MATCH, [all...] |
H A D | phonenumberutil.js | 1100 SHORT_NSN_MATCH: 2, 4562 * the same. Returns SHORT_NSN_MATCH if either or both has no region specified, 4566 * the numbers +1 345 657 1234 and 657 1234 are a SHORT_NSN_MATCH. The numbers 4576 * SHORT_NSN_MATCH, NSN_MATCH or EXACT_MATCH depending on the level of 4671 // A SHORT_NSN_MATCH occurs if there is a difference because of the 4675 return i18n.phonenumbers.PhoneNumberUtil.MatchType.SHORT_NSN_MATCH; 4691 return i18n.phonenumbers.PhoneNumberUtil.MatchType.SHORT_NSN_MATCH;
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | phonenumberutil.h | 133 SHORT_NSN_MATCH, enumerator 714 // Returns SHORT_NSN_MATCH if either or both has no country calling code 720 // SHORT_NSN_MATCH. The numbers +1 345 657 1234 and 345 657 are a NO_MATCH.
|
H A D | phonenumberutil.cc | 3108 // A SHORT_NSN_MATCH occurs if there is a difference because of the in IsNumberMatch() 3112 return SHORT_NSN_MATCH; in IsNumberMatch() 3126 return SHORT_NSN_MATCH; in IsNumberMatch()
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
H A D | PhoneNumberUtil.java | 509 SHORT_NSN_MATCH, enum constant 3480 * Returns SHORT_NSN_MATCH if either or both has no region specified, or the region specified is 3484 * For example, the numbers +1 345 657 1234 and 657 1234 are a SHORT_NSN_MATCH. 3490 * @return NO_MATCH, SHORT_NSN_MATCH, NSN_MATCH or EXACT_MATCH depending on the level of equality 3511 // A SHORT_NSN_MATCH occurs if there is a difference because of the presence or absence of in isNumberMatch() 3514 return MatchType.SHORT_NSN_MATCH; in isNumberMatch() 3527 return MatchType.SHORT_NSN_MATCH; in isNumberMatch() 3550 * @return NOT_A_NUMBER, NO_MATCH, SHORT_NSN_MATCH, NSN_MATCH, EXACT_MATCH. See 3588 * @return NOT_A_NUMBER, NO_MATCH, SHORT_NSN_MATCH, NSN_MATCH, EXACT_MATCH. See
|
Completed in 32 milliseconds