Home
last modified time | relevance | path

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

/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DShortNumberInfoTest.java99 String standardRateExample = shortInfo.getExampleShortNumberForCost(RegionCode.FR, in testGetExpectedCost() local
102 parse(standardRateExample, RegionCode.FR), RegionCode.FR)); in testGetExpectedCost()
104 standardRateNumber.setCountryCode(33).setNationalNumber(Integer.parseInt(standardRateExample)); in testGetExpectedCost()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dshortnumberinfo_test.js139 var standardRateExample = shortInfo.getExampleShortNumberForCost(
145 phoneUtil.parse(standardRateExample, RegionCode.FR), RegionCode.FR));
148 standardRateNumber.setNationalNumber(parseInt(standardRateExample, 10));