Home
last modified time | relevance | path

Searched refs:formatNumberForMobileDialing (Results 1 – 7 of 7) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libphonenumber/dist/java/libphonenumber/test/com/google/i18n/phonenumbers/
H A DPhoneNumberUtilTest.java799 phoneUtil.formatNumberForMobileDialing(DE_NUMBER, RegionCode.DE, false)); in testFormatNumberForMobileDialing()
801 phoneUtil.formatNumberForMobileDialing(DE_NUMBER, RegionCode.CH, false)); in testFormatNumberForMobileDialing()
812 phoneUtil.formatNumberForMobileDialing(US_TOLLFREE, RegionCode.US, in testFormatNumberForMobileDialing()
816 phoneUtil.formatNumberForMobileDialing(US_NUMBER, RegionCode.US, true)); in testFormatNumberForMobileDialing()
822 phoneUtil.formatNumberForMobileDialing(US_TOLLFREE, RegionCode.US, in testFormatNumberForMobileDialing()
826 phoneUtil.formatNumberForMobileDialing(US_NUMBER, RegionCode.US, false)); in testFormatNumberForMobileDialing()
850 phoneUtil.formatNumberForMobileDialing(AE_UAN, RegionCode.JP, false)); in testFormatNumberForMobileDialing()
852 phoneUtil.formatNumberForMobileDialing(AE_UAN, RegionCode.AE, false)); in testFormatNumberForMobileDialing()
855 phoneUtil.formatNumberForMobileDialing(MX_NUMBER1, RegionCode.MX, false)); in testFormatNumberForMobileDialing()
864 phoneUtil.formatNumberForMobileDialing(UZ_MOBILE, RegionCode.UZ, false)); in testFormatNumberForMobileDialing()
[all …]
/dports/devel/libphonenumber/libphonenumber-8.12.39/java/libphonenumber/test/com/google/i18n/phonenumbers/
H A DPhoneNumberUtilTest.java803 phoneUtil.formatNumberForMobileDialing(DE_NUMBER, RegionCode.DE, false)); in testFormatNumberForMobileDialing()
805 phoneUtil.formatNumberForMobileDialing(DE_NUMBER, RegionCode.CH, false)); in testFormatNumberForMobileDialing()
816 phoneUtil.formatNumberForMobileDialing(US_TOLLFREE, RegionCode.US, in testFormatNumberForMobileDialing()
820 phoneUtil.formatNumberForMobileDialing(US_NUMBER, RegionCode.US, true)); in testFormatNumberForMobileDialing()
826 phoneUtil.formatNumberForMobileDialing(US_TOLLFREE, RegionCode.US, in testFormatNumberForMobileDialing()
830 phoneUtil.formatNumberForMobileDialing(US_NUMBER, RegionCode.US, false)); in testFormatNumberForMobileDialing()
854 phoneUtil.formatNumberForMobileDialing(AE_UAN, RegionCode.JP, false)); in testFormatNumberForMobileDialing()
856 phoneUtil.formatNumberForMobileDialing(AE_UAN, RegionCode.AE, false)); in testFormatNumberForMobileDialing()
859 phoneUtil.formatNumberForMobileDialing(MX_NUMBER1, RegionCode.MX, false)); in testFormatNumberForMobileDialing()
868 phoneUtil.formatNumberForMobileDialing(UZ_MOBILE, RegionCode.UZ, false)); in testFormatNumberForMobileDialing()
[all …]
/dports/www/nextcloud/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/
H A DPhoneNumberUtil.php2427 …public function formatNumberForMobileDialing(PhoneNumber $number, $regionCallingFrom, $withFormatt… function in libphonenumber\\PhoneNumberUtil
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libphonenumber/dist/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberUtil.java1397 public String formatNumberForMobileDialing(PhoneNumber number, String regionCallingFrom,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libphonenumber/dist/
H A DFAQ.md287 ### Why does formatNumberForMobileDialing return an empty string for my number?
/dports/devel/libphonenumber/libphonenumber-8.12.39/
H A DFAQ.md267 ### Why does formatNumberForMobileDialing return an empty string for my number?
/dports/devel/libphonenumber/libphonenumber-8.12.39/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberUtil.java1449 public String formatNumberForMobileDialing(PhoneNumber number, String regionCallingFrom,