Searched refs:SHORT_NSN_MATCH (Results 1 – 8 of 8) sorted by relevance
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/ |
D | PhoneNumberUtilTest.java | 2970 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/ |
D | phonenumberutil_test.js | 3904 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 …]
|
D | phonenumberutil.js | 1026 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/ |
D | phonenumberutil_test.cc | 3314 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/ |
D | phonenumberutil.h | 129 SHORT_NSN_MATCH, enumerator
|
D | phonenumberutil.cc | 3081 return SHORT_NSN_MATCH; in IsNumberMatch() 3095 return SHORT_NSN_MATCH; in IsNumberMatch()
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
D | PhoneNumberUtil.java | 492 SHORT_NSN_MATCH, enumConstant 3456 return MatchType.SHORT_NSN_MATCH; 3469 return MatchType.SHORT_NSN_MATCH;
|
/third_party/libphonenumber/ |
D | release_notes.txt | 2741 an NSN_MATCH, instead of SHORT_NSN_MATCH.
|