Searched refs:NSN_MATCH (Results 1 - 9 of 9) sorted by relevance
/third_party/libphonenumber/cpp/test/phonenumbers/ |
H A D | phonenumberutil_test.cc | 3441 EXPECT_EQ(PhoneNumberUtil::NSN_MATCH, in TEST_F() 3444 EXPECT_EQ(PhoneNumberUtil::NSN_MATCH, in TEST_F() 3453 EXPECT_EQ(PhoneNumberUtil::NSN_MATCH, in TEST_F() 3457 EXPECT_EQ(PhoneNumberUtil::NSN_MATCH, in TEST_F() 3466 EXPECT_EQ(PhoneNumberUtil::NSN_MATCH, in TEST_F() 3469 EXPECT_EQ(PhoneNumberUtil::NSN_MATCH, in TEST_F() 3471 EXPECT_EQ(PhoneNumberUtil::NSN_MATCH, in TEST_F() 3474 EXPECT_EQ(PhoneNumberUtil::NSN_MATCH, in TEST_F() 3477 EXPECT_EQ(PhoneNumberUtil::NSN_MATCH, in TEST_F()
|
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/ |
H A D | PhoneNumberUtilTest.java | 3123 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches() 3125 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches() 3128 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches() 3133 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches() 3140 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches() 3142 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches() 3144 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches() 3146 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches() 3148 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches()
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
H A D | phonenumberutil_test.js | 4100 i18n.phonenumbers.PhoneNumberUtil.MatchType.NSN_MATCH, 4103 i18n.phonenumbers.PhoneNumberUtil.MatchType.NSN_MATCH, 4107 i18n.phonenumbers.PhoneNumberUtil.MatchType.NSN_MATCH, 4114 i18n.phonenumbers.PhoneNumberUtil.MatchType.NSN_MATCH, 4122 i18n.phonenumbers.PhoneNumberUtil.MatchType.NSN_MATCH, 4125 i18n.phonenumbers.PhoneNumberUtil.MatchType.NSN_MATCH, 4128 i18n.phonenumbers.PhoneNumberUtil.MatchType.NSN_MATCH, 4131 i18n.phonenumbers.PhoneNumberUtil.MatchType.NSN_MATCH, 4134 i18n.phonenumbers.PhoneNumberUtil.MatchType.NSN_MATCH,
|
H A D | phonenumberutil.js | 1101 NSN_MATCH: 3, 4560 * for Italian numbers and any extension present are the same. Returns NSN_MATCH 4576 * SHORT_NSN_MATCH, NSN_MATCH or EXACT_MATCH depending on the level of 4602 // NSN_MATCH. 4618 return i18n.phonenumbers.PhoneNumberUtil.MatchType.NSN_MATCH; 4685 // If all else was the same, then this is an NSN_MATCH. 4687 return i18n.phonenumbers.PhoneNumberUtil.MatchType.NSN_MATCH;
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | phonenumberutil.h | 134 NSN_MATCH, enumerator 712 // Returns NSN_MATCH if either or both has no country calling code specified,
|
H A D | phonenumbermatcher.cc | 105 != PhoneNumberUtil::NSN_MATCH) { in ContainsOnlyValidXChars()
|
H A D | phonenumberutil.cc | 3121 // If all else was the same, then this is an NSN_MATCH. in IsNumberMatch() 3123 return NSN_MATCH; in IsNumberMatch() 3179 // NSN_MATCH. in IsNumberMatchWithOneString() 3190 return NSN_MATCH; in IsNumberMatchWithOneString()
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
H A D | PhoneNumberMatcher.java | 644 if (util.isNumberMatch(number, candidate.substring(index)) != MatchType.NSN_MATCH) { in containsOnlyValidXChars()
|
H A D | PhoneNumberUtil.java | 510 NSN_MATCH, enum constant 3478 * Returns NSN_MATCH if either or both has no region specified, and the NSNs and extensions are 3490 * @return NO_MATCH, SHORT_NSN_MATCH, NSN_MATCH or EXACT_MATCH depending on the level of equality 3522 // If all else was the same, then this is an NSN_MATCH. in isNumberMatch() 3524 return MatchType.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 3601 // EXACT_MATCH is returned, we replace this with NSN_MATCH. in isNumberMatch() 3608 return MatchType.NSN_MATCH; in isNumberMatch()
|
Completed in 33 milliseconds