Home
last modified time | relevance | path

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

/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DShortNumberInfoTest.java108 String tollFreeExample = shortInfo.getExampleShortNumberForCost(RegionCode.FR, in testGetExpectedCost() local
111 shortInfo.getExpectedCostForRegion(parse(tollFreeExample, RegionCode.FR), RegionCode.FR)); in testGetExpectedCost()
113 tollFreeNumber.setCountryCode(33).setNationalNumber(Integer.parseInt(tollFreeExample)); in testGetExpectedCost()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dshortnumberinfo_test.js153 var tollFreeExample = shortInfo.getExampleShortNumberForCost(
159 phoneUtil.parse(tollFreeExample, RegionCode.FR), RegionCode.FR));
162 tollFreeNumber.setNationalNumber(parseInt(tollFreeExample, 10));