Home
last modified time | relevance | path

Searched refs:SHORT_NSN_MATCH (Results 1 – 8 of 8) sorted by relevance

/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java2970 assertEquals(PhoneNumberUtil.MatchType.SHORT_NSN_MATCH, in testIsNumberMatchShortMatchIfDiffNumLeadingZeros()
2977 assertEquals(PhoneNumberUtil.MatchType.SHORT_NSN_MATCH, in testIsNumberMatchShortMatchIfDiffNumLeadingZeros()
3090 assertEquals(PhoneNumberUtil.MatchType.SHORT_NSN_MATCH, in testIsNumberMatchNsnMatches()
3096 assertEquals(PhoneNumberUtil.MatchType.SHORT_NSN_MATCH, in testIsNumberMatchShortNsnMatches()
3098 assertEquals(PhoneNumberUtil.MatchType.SHORT_NSN_MATCH, in testIsNumberMatchShortNsnMatches()
3100 assertEquals(PhoneNumberUtil.MatchType.SHORT_NSN_MATCH, in testIsNumberMatchShortNsnMatches()
3103 assertEquals(PhoneNumberUtil.MatchType.SHORT_NSN_MATCH, in testIsNumberMatchShortNsnMatches()
3108 assertEquals(PhoneNumberUtil.MatchType.SHORT_NSN_MATCH, in testIsNumberMatchShortNsnMatches()
3110 assertEquals(PhoneNumberUtil.MatchType.SHORT_NSN_MATCH, in testIsNumberMatchShortNsnMatches()
3112 assertEquals(PhoneNumberUtil.MatchType.SHORT_NSN_MATCH, in testIsNumberMatchShortNsnMatches()
[all …]
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonenumberutil_test.js3904 i18n.phonenumbers.PhoneNumberUtil.MatchType.SHORT_NSN_MATCH,
3914 i18n.phonenumbers.PhoneNumberUtil.MatchType.SHORT_NSN_MATCH,
4081 i18n.phonenumbers.PhoneNumberUtil.MatchType.SHORT_NSN_MATCH,
4089 i18n.phonenumbers.PhoneNumberUtil.MatchType.SHORT_NSN_MATCH,
4092 i18n.phonenumbers.PhoneNumberUtil.MatchType.SHORT_NSN_MATCH,
4096 i18n.phonenumbers.PhoneNumberUtil.MatchType.SHORT_NSN_MATCH,
4100 i18n.phonenumbers.PhoneNumberUtil.MatchType.SHORT_NSN_MATCH,
4107 i18n.phonenumbers.PhoneNumberUtil.MatchType.SHORT_NSN_MATCH,
4110 i18n.phonenumbers.PhoneNumberUtil.MatchType.SHORT_NSN_MATCH,
4113 i18n.phonenumbers.PhoneNumberUtil.MatchType.SHORT_NSN_MATCH,
[all …]
Dphonenumberutil.js1026 SHORT_NSN_MATCH: 2, property
4544 return i18n.phonenumbers.PhoneNumberUtil.MatchType.SHORT_NSN_MATCH;
4560 return i18n.phonenumbers.PhoneNumberUtil.MatchType.SHORT_NSN_MATCH;
/third_party/libphonenumber/cpp/test/phonenumbers/
Dphonenumberutil_test.cc3314 EXPECT_EQ(PhoneNumberUtil::SHORT_NSN_MATCH, in TEST_F()
3323 EXPECT_EQ(PhoneNumberUtil::SHORT_NSN_MATCH, in TEST_F()
3470 EXPECT_EQ(PhoneNumberUtil::SHORT_NSN_MATCH, in TEST_F()
3478 EXPECT_EQ(PhoneNumberUtil::SHORT_NSN_MATCH, in TEST_F()
3481 EXPECT_EQ(PhoneNumberUtil::SHORT_NSN_MATCH, in TEST_F()
3484 EXPECT_EQ(PhoneNumberUtil::SHORT_NSN_MATCH, in TEST_F()
3488 EXPECT_EQ(PhoneNumberUtil::SHORT_NSN_MATCH, in TEST_F()
3495 EXPECT_EQ(PhoneNumberUtil::SHORT_NSN_MATCH, in TEST_F()
3499 EXPECT_EQ(PhoneNumberUtil::SHORT_NSN_MATCH, in TEST_F()
3503 EXPECT_EQ(PhoneNumberUtil::SHORT_NSN_MATCH, in TEST_F()
[all …]
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.h129 SHORT_NSN_MATCH, enumerator
Dphonenumberutil.cc3081 return SHORT_NSN_MATCH; in IsNumberMatch()
3095 return SHORT_NSN_MATCH; in IsNumberMatch()
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberUtil.java492 SHORT_NSN_MATCH, enumConstant
3456 return MatchType.SHORT_NSN_MATCH;
3469 return MatchType.SHORT_NSN_MATCH;
/third_party/libphonenumber/
Drelease_notes.txt2741 an NSN_MATCH, instead of SHORT_NSN_MATCH.