Home
last modified time | relevance | path

Searched refs:NSN_MATCH (Results 1 – 10 of 10) sorted by relevance

/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java3059 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/
Dphonenumberutil_test.js4037 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,
Dphonenumberutil.js1027 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/
Dphonenumberutil.h130 NSN_MATCH, enumerator
Dphonenumbermatcher.cc101 != PhoneNumberUtil::NSN_MATCH) { in ContainsOnlyValidXChars()
Dphonenumberutil.cc3092 return NSN_MATCH; in IsNumberMatch()
3159 return NSN_MATCH; in IsNumberMatchWithOneString()
/third_party/libphonenumber/cpp/test/phonenumbers/
Dphonenumberutil_test.cc3425 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/
DPhoneNumberMatcher.java644 if (util.isNumberMatch(number, candidate.substring(index)) != MatchType.NSN_MATCH) { in containsOnlyValidXChars()
DPhoneNumberUtil.java493 NSN_MATCH, enumConstant
3466 return MatchType.NSN_MATCH;
3550 return MatchType.NSN_MATCH;
/third_party/libphonenumber/
Drelease_notes.txt2741 an NSN_MATCH, instead of SHORT_NSN_MATCH.