Home
last modified time | relevance | path

Searched refs:UN001 (Results 1 - 9 of 9) sorted by relevance

/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Dregioncodefortesting.js33 UN001: '001',
H A Dphonenumberutil_test.js456 assertFalse(phoneUtil.getSupportedRegions().includes(RegionCode.UN001));
467 RegionCode.UN001,
577 assertNull(phoneUtil.getExampleNumber(RegionCode.UN001));
889 phoneUtil.formatOutOfCountryCallingNumber(US_NUMBER, RegionCode.UN001));
1235 INTERNATIONAL_TOLL_FREE, RegionCode.UN001, false));
1755 INTERNATIONAL_TOLL_FREE, RegionCode.UN001));
1768 phoneUtil.isValidNumberForRegion(invalidNumber, RegionCode.UN001));
1771 phoneUtil.isValidNumberForRegion(invalidNumber, RegionCode.UN001));
1815 assertEquals(RegionCode.UN001, phoneUtil.getRegionCodeForCountryCode(800));
1816 assertEquals(RegionCode.UN001, phoneUti
[all...]
H A Dshortnumberinfo_test.js288 assertEquals('', shortInfo.getExampleShortNumber(RegionCode.UN001));
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
H A DRegionCode.java24 static final String UN001 = "001"; field in RegionCode
H A DPhoneNumberUtilTest.java145 assertEquals(RegionCode.UN001, phoneUtil.getRegionCodeForCountryCode(callingCode)); in testGetSupportedGlobalNetworkCallingCodes()
418 assertNull(phoneUtil.getExampleNumber(RegionCode.UN001)); in testGetExampleNumber()
424 assertNull(phoneUtil.getInvalidExampleNumber(RegionCode.UN001)); in testGetInvalidExampleNumber()
661 phoneUtil.formatOutOfCountryCallingNumber(US_NUMBER, RegionCode.UN001)); in testFormatOutOfCountryWithInvalidRegion()
891 phoneUtil.formatNumberForMobileDialing(INTERNATIONAL_TOLL_FREE, RegionCode.UN001, false)); in testFormatNumberForMobileDialing()
1259 assertTrue(phoneUtil.isValidNumberForRegion(INTERNATIONAL_TOLL_FREE, RegionCode.UN001)); in testIsValidForRegion()
1267 assertFalse(phoneUtil.isValidNumberForRegion(invalidNumber, RegionCode.UN001)); in testIsValidForRegion()
1269 assertFalse(phoneUtil.isValidNumberForRegion(invalidNumber, RegionCode.UN001)); in testIsValidForRegion()
1306 assertEquals(RegionCode.UN001, phoneUtil.getRegionCodeForCountryCode(800)); in testGetRegionCodeForCountryCode()
1307 assertEquals(RegionCode.UN001, phoneUti in testGetRegionCodeForCountryCode()
[all...]
H A DShortNumberInfoTest.java200 assertTrue(shortInfo.getExampleShortNumber(RegionCode.UN001).isEmpty()); in testExampleShortNumberPresence()
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dtest_util.h180 static const char* UN001() { in UN001() function in i18n::phonenumbers::RegionCode
H A Dphonenumberutil_test.cc182 EXPECT_EQ(RegionCode::UN001(), region_code); in TEST_F()
266 EXPECT_TRUE(find(regions.begin(), regions.end(), RegionCode::UN001()) in TEST_F()
458 EXPECT_FALSE(phone_util_.GetExampleNumber(RegionCode::UN001(), &test_number)); in TEST_F()
466 EXPECT_FALSE(phone_util_.GetInvalidExampleNumber(RegionCode::UN001(), in TEST_F()
869 phone_util_.FormatOutOfCountryCallingNumber(test_number, RegionCode::UN001(), in TEST_F()
1253 test_number, RegionCode::UN001(), false, &formatted_number); in TEST_F()
1630 EXPECT_FALSE(phone_util_.IsNANPACountry(RegionCode::UN001())); in TEST_F()
1707 RegionCode::UN001())); in TEST_F()
1722 RegionCode::UN001())); in TEST_F()
1726 RegionCode::UN001())); in TEST_F()
[all...]
H A Dshortnumberinfo_test.cc306 EXPECT_TRUE(short_info_.GetExampleShortNumber(RegionCode::UN001()).empty()); in TEST_F()

Completed in 12 milliseconds