Home
last modified time | relevance | path

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

/dports/devel/libphonenumber/libphonenumber-8.12.39/java/libphonenumber/test/com/google/i18n/phonenumbers/
H A DPhoneNumberUtilTest.java602 phoneUtil.formatOutOfCountryCallingNumber(US_NUMBER, RegionCode.BS)); in testFormatOutOfCountryCallingNumber()
605 phoneUtil.formatOutOfCountryCallingNumber(US_NUMBER, RegionCode.PL)); in testFormatOutOfCountryCallingNumber()
608 phoneUtil.formatOutOfCountryCallingNumber(GB_MOBILE, RegionCode.US)); in testFormatOutOfCountryCallingNumber()
618 phoneUtil.formatOutOfCountryCallingNumber(IT_NUMBER, RegionCode.US)); in testFormatOutOfCountryCallingNumber()
620 phoneUtil.formatOutOfCountryCallingNumber(IT_NUMBER, RegionCode.IT)); in testFormatOutOfCountryCallingNumber()
622 phoneUtil.formatOutOfCountryCallingNumber(IT_NUMBER, RegionCode.SG)); in testFormatOutOfCountryCallingNumber()
625 phoneUtil.formatOutOfCountryCallingNumber(SG_NUMBER, RegionCode.SG)); in testFormatOutOfCountryCallingNumber()
628 phoneUtil.formatOutOfCountryCallingNumber(AR_MOBILE, RegionCode.US)); in testFormatOutOfCountryCallingNumber()
645 phoneUtil.formatOutOfCountryCallingNumber(US_NUMBER, RegionCode.AQ)); in testFormatOutOfCountryWithInvalidRegion()
655 phoneUtil.formatOutOfCountryCallingNumber(IT_NUMBER, RegionCode.AU)); in testFormatOutOfCountryWithPreferredIntlPrefix()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libphonenumber/dist/java/libphonenumber/test/com/google/i18n/phonenumbers/
H A DPhoneNumberUtilTest.java599 phoneUtil.formatOutOfCountryCallingNumber(US_PREMIUM, RegionCode.DE)); in testFormatOutOfCountryCallingNumber()
602 phoneUtil.formatOutOfCountryCallingNumber(US_NUMBER, RegionCode.BS)); in testFormatOutOfCountryCallingNumber()
605 phoneUtil.formatOutOfCountryCallingNumber(US_NUMBER, RegionCode.PL)); in testFormatOutOfCountryCallingNumber()
608 phoneUtil.formatOutOfCountryCallingNumber(GB_MOBILE, RegionCode.US)); in testFormatOutOfCountryCallingNumber()
618 phoneUtil.formatOutOfCountryCallingNumber(IT_NUMBER, RegionCode.US)); in testFormatOutOfCountryCallingNumber()
620 phoneUtil.formatOutOfCountryCallingNumber(IT_NUMBER, RegionCode.IT)); in testFormatOutOfCountryCallingNumber()
622 phoneUtil.formatOutOfCountryCallingNumber(IT_NUMBER, RegionCode.SG)); in testFormatOutOfCountryCallingNumber()
625 phoneUtil.formatOutOfCountryCallingNumber(SG_NUMBER, RegionCode.SG)); in testFormatOutOfCountryCallingNumber()
628 phoneUtil.formatOutOfCountryCallingNumber(AR_MOBILE, RegionCode.US)); in testFormatOutOfCountryCallingNumber()
645 phoneUtil.formatOutOfCountryCallingNumber(US_NUMBER, RegionCode.AQ)); in testFormatOutOfCountryWithInvalidRegion()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libphonenumber/dist/java/demo/src/com/google/phonenumbers/
H A DPhoneNumberParserServlet.java342 isNumberValid ? phoneUtil.formatOutOfCountryCallingNumber(number, "US") : "invalid", in getOutputForSingleNumber()
346 isNumberValid ? phoneUtil.formatOutOfCountryCallingNumber(number, "CH") : "invalid", in getOutputForSingleNumber()
/dports/devel/libphonenumber/libphonenumber-8.12.39/java/demo/src/com/google/phonenumbers/
H A DPhoneNumberParserServlet.java363 isNumberValid ? phoneUtil.formatOutOfCountryCallingNumber(number, "US") : "invalid", in getOutputForSingleNumber()
367 isNumberValid ? phoneUtil.formatOutOfCountryCallingNumber(number, "CH") : "invalid", in getOutputForSingleNumber()
/dports/www/nextcloud/nextcloud/3rdparty/giggsey/libphonenumber-for-php/
H A DREADME.md132 echo $phoneUtil->formatOutOfCountryCallingNumber($swissNumberProto, "US");
135 echo $phoneUtil->formatOutOfCountryCallingNumber($swissNumberProto, "GB");
/dports/www/nextcloud/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/
H A DPhoneNumberUtil.php2641 return $this->formatOutOfCountryCallingNumber($number, $regionCallingFrom);
2746 public function formatOutOfCountryCallingNumber(PhoneNumber $number, $regionCallingFrom) function in libphonenumber\\PhoneNumberUtil
2859 … $formattedNumber = $this->formatOutOfCountryCallingNumber($number, $regionCallingFrom);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libphonenumber/dist/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberUtil.java1502 public String formatOutOfCountryCallingNumber(PhoneNumber number,
1595 formattedNumber = formatOutOfCountryCallingNumber(number, regionCallingFrom);
1739 return formatOutOfCountryCallingNumber(number, regionCallingFrom);
/dports/devel/libphonenumber/libphonenumber-8.12.39/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberUtil.java1546 public String formatOutOfCountryCallingNumber(PhoneNumber number,
1640 formattedNumber = formatOutOfCountryCallingNumber(number, regionCallingFrom);
1784 return formatOutOfCountryCallingNumber(number, regionCallingFrom);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libphonenumber/dist/
H A DREADME.md169 System.out.println(phoneUtil.formatOutOfCountryCallingNumber(swissNumberProto, "US"));
/dports/devel/libphonenumber/libphonenumber-8.12.39/
H A DREADME.md169 System.out.println(phoneUtil.formatOutOfCountryCallingNumber(swissNumberProto, "US"));