Home
last modified time | relevance | path

Searched refs:INTERNATIONAL_TOLL_FREE (Results 1 – 6 of 6) sorted by relevance

/third_party/libphonenumber/java/geocoder/test/com/google/i18n/phonenumbers/
DPhoneNumberToTimeZonesMapperTest.java54 private static final PhoneNumber INTERNATIONAL_TOLL_FREE = field in PhoneNumberToTimeZonesMapperTest
100 prefixTimeZonesMapper.getTimeZonesForNumber(INTERNATIONAL_TOLL_FREE)); in testGetTimeZonesForNumber()
127 INTERNATIONAL_TOLL_FREE)); in testGetTimeZonesForValidNumber()
/third_party/libphonenumber/java/carrier/test/com/google/i18n/phonenumbers/
DPhoneNumberToCarrierMapperTest.java61 private static final PhoneNumber INTERNATIONAL_TOLL_FREE = field in PhoneNumberToCarrierMapperTest
104 assertEquals("", carrierMapper.getNameForNumber(INTERNATIONAL_TOLL_FREE, in testGetNameForNumberWithNoDataFile()
108 assertEquals("", carrierMapper.getNameForValidNumber(INTERNATIONAL_TOLL_FREE, in testGetNameForNumberWithNoDataFile()
/third_party/libphonenumber/cpp/test/phonenumbers/geocoding/
Dphonenumber_offline_geocoder_test.cc65 INTERNATIONAL_TOLL_FREE(MakeNumber(800, 12345678UL)) {
97 const PhoneNumber INTERNATIONAL_TOLL_FREE; member in i18n::phonenumbers::PhoneNumberOfflineGeocoderTest
118 geocoder_->GetDescriptionForNumber(INTERNATIONAL_TOLL_FREE, in TEST_F()
/third_party/libphonenumber/java/geocoder/test/com/google/i18n/phonenumbers/geocoding/
DPhoneNumberOfflineGeocoderTest.java66 private static final PhoneNumber INTERNATIONAL_TOLL_FREE = field in PhoneNumberOfflineGeocoderTest
80 assertEquals("", geocoder.getDescriptionForNumber(INTERNATIONAL_TOLL_FREE, in testGetDescriptionForNumberWithNoDataFile()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonenumberutil_test.js238 var INTERNATIONAL_TOLL_FREE = new i18n.phonenumbers.PhoneNumber(); variable
239 INTERNATIONAL_TOLL_FREE.setCountryCode(800);
240 INTERNATIONAL_TOLL_FREE.setNationalNumber(12345678);
348 assertFalse(phoneUtil.isNumberGeographical(INTERNATIONAL_TOLL_FREE));
391 0, phoneUtil.getLengthOfGeographicalAreaCode(INTERNATIONAL_TOLL_FREE));
433 4, phoneUtil.getLengthOfNationalDestinationCode(INTERNATIONAL_TOLL_FREE));
530 phoneUtil.getNationalSignificantNumber(INTERNATIONAL_TOLL_FREE));
577 assertTrue(INTERNATIONAL_TOLL_FREE.equals(
856 INTERNATIONAL_TOLL_FREE, RegionCode.US));
1183 INTERNATIONAL_TOLL_FREE, RegionCode.JP, false));
[all …]
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java116 private static final PhoneNumber INTERNATIONAL_TOLL_FREE = field in PhoneNumberUtilTest
276 assertFalse(phoneUtil.isNumberGeographical(INTERNATIONAL_TOLL_FREE)); // International toll in testIsNumberGeographical()
317 assertEquals(0, phoneUtil.getLengthOfGeographicalAreaCode(INTERNATIONAL_TOLL_FREE)); in testGetLengthOfGeographicalAreaCode()
357 assertEquals(4, phoneUtil.getLengthOfNationalDestinationCode(INTERNATIONAL_TOLL_FREE)); in testGetLengthOfNationalDestinationCode()
383 assertEquals("12345678", phoneUtil.getNationalSignificantNumber(INTERNATIONAL_TOLL_FREE)); in testGetNationalSignificantNumber()
430 assertEquals(INTERNATIONAL_TOLL_FREE, phoneUtil.getExampleNumberForNonGeoEntity(800)); in testGetExampleNumberForNonGeoEntity()
641 phoneUtil.formatOutOfCountryCallingNumber(INTERNATIONAL_TOLL_FREE, RegionCode.US)); in testFormatOutOfCountryCallingNumber()
859 phoneUtil.formatNumberForMobileDialing(INTERNATIONAL_TOLL_FREE, RegionCode.JP, false)); in testFormatNumberForMobileDialing()
861 phoneUtil.formatNumberForMobileDialing(INTERNATIONAL_TOLL_FREE, RegionCode.JP, true)); in testFormatNumberForMobileDialing()
885 phoneUtil.formatNumberForMobileDialing(INTERNATIONAL_TOLL_FREE, RegionCode.US, false)); in testFormatNumberForMobileDialing()
[all …]