Searched refs:UN001 (Results 1 - 9 of 9) sorted by relevance
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
H A D | regioncodefortesting.js | 33 UN001: '001',
|
H A D | phonenumberutil_test.js | 456 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 D | shortnumberinfo_test.js | 288 assertEquals('', shortInfo.getExampleShortNumber(RegionCode.UN001));
|
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/ |
H A D | RegionCode.java | 24 static final String UN001 = "001"; field in RegionCode
|
H A D | PhoneNumberUtilTest.java | 145 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 D | ShortNumberInfoTest.java | 200 assertTrue(shortInfo.getExampleShortNumber(RegionCode.UN001).isEmpty()); in testExampleShortNumberPresence()
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
H A D | test_util.h | 180 static const char* UN001() { in UN001() function in i18n::phonenumbers::RegionCode
|
H A D | phonenumberutil_test.cc | 182 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 D | shortnumberinfo_test.cc | 306 EXPECT_TRUE(short_info_.GetExampleShortNumber(RegionCode::UN001()).empty()); in TEST_F()
|
Completed in 12 milliseconds