Searched refs:NSN_MATCH (Results 1 – 10 of 10) sorted by relevance
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/ |
D | PhoneNumberUtilTest.java | 3059 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches() 3061 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches() 3064 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches() 3069 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches() 3076 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches() 3078 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches() 3080 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches() 3082 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches() 3084 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches()
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
D | phonenumberutil_test.js | 4037 i18n.phonenumbers.PhoneNumberUtil.MatchType.NSN_MATCH, 4040 i18n.phonenumbers.PhoneNumberUtil.MatchType.NSN_MATCH, 4044 i18n.phonenumbers.PhoneNumberUtil.MatchType.NSN_MATCH, 4051 i18n.phonenumbers.PhoneNumberUtil.MatchType.NSN_MATCH, 4059 i18n.phonenumbers.PhoneNumberUtil.MatchType.NSN_MATCH, 4062 i18n.phonenumbers.PhoneNumberUtil.MatchType.NSN_MATCH, 4065 i18n.phonenumbers.PhoneNumberUtil.MatchType.NSN_MATCH, 4068 i18n.phonenumbers.PhoneNumberUtil.MatchType.NSN_MATCH, 4071 i18n.phonenumbers.PhoneNumberUtil.MatchType.NSN_MATCH,
|
D | phonenumberutil.js | 1027 NSN_MATCH: 3, property 4487 return i18n.phonenumbers.PhoneNumberUtil.MatchType.NSN_MATCH; 4556 return i18n.phonenumbers.PhoneNumberUtil.MatchType.NSN_MATCH;
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | phonenumberutil.h | 130 NSN_MATCH, enumerator
|
D | phonenumbermatcher.cc | 101 != PhoneNumberUtil::NSN_MATCH) { in ContainsOnlyValidXChars()
|
D | phonenumberutil.cc | 3092 return NSN_MATCH; in IsNumberMatch() 3159 return NSN_MATCH; in IsNumberMatchWithOneString()
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
D | phonenumberutil_test.cc | 3425 EXPECT_EQ(PhoneNumberUtil::NSN_MATCH, in TEST_F() 3428 EXPECT_EQ(PhoneNumberUtil::NSN_MATCH, in TEST_F() 3437 EXPECT_EQ(PhoneNumberUtil::NSN_MATCH, in TEST_F() 3441 EXPECT_EQ(PhoneNumberUtil::NSN_MATCH, in TEST_F() 3450 EXPECT_EQ(PhoneNumberUtil::NSN_MATCH, in TEST_F() 3453 EXPECT_EQ(PhoneNumberUtil::NSN_MATCH, in TEST_F() 3455 EXPECT_EQ(PhoneNumberUtil::NSN_MATCH, in TEST_F() 3458 EXPECT_EQ(PhoneNumberUtil::NSN_MATCH, in TEST_F() 3461 EXPECT_EQ(PhoneNumberUtil::NSN_MATCH, in TEST_F()
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
D | PhoneNumberMatcher.java | 644 if (util.isNumberMatch(number, candidate.substring(index)) != MatchType.NSN_MATCH) { in containsOnlyValidXChars()
|
D | PhoneNumberUtil.java | 493 NSN_MATCH, enumConstant 3466 return MatchType.NSN_MATCH; 3550 return MatchType.NSN_MATCH;
|
/third_party/libphonenumber/ |
D | release_notes.txt | 2741 an NSN_MATCH, instead of SHORT_NSN_MATCH.
|