Home
last modified time | relevance | path

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

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DShortNumberInfo.java314 ShortNumberCost costForRegion = getExpectedCostForRegion(number, regionCode); in getExpectedCost() local
315 switch (costForRegion) { in getExpectedCost()
330 logger.log(Level.SEVERE, "Unrecognised cost for region: " + costForRegion); in getExpectedCost()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dshortnumberinfo.js333 var costForRegion = this.getExpectedCostForRegion(number, regionCode);
334 switch (costForRegion) {
349 throw new Error('Unrecognized cost for region: ' + costForRegion);