Home
last modified time | relevance | path

Searched refs:premiumRateExample (Results 1 – 2 of 2) sorted by relevance

/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DShortNumberInfoTest.java90 String premiumRateExample = shortInfo.getExampleShortNumberForCost(RegionCode.FR, in testGetExpectedCost() local
93 parse(premiumRateExample, RegionCode.FR), RegionCode.FR)); in testGetExpectedCost()
95 premiumRateNumber.setCountryCode(33).setNationalNumber(Integer.parseInt(premiumRateExample)); in testGetExpectedCost()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dshortnumberinfo_test.js125 var premiumRateExample = shortInfo.getExampleShortNumberForCost(
131 phoneUtil.parse(premiumRateExample, RegionCode.FR), RegionCode.FR));
134 premiumRateNumber.setNationalNumber(parseInt(premiumRateExample, 10));