Searched refs:costForRegion (Results 1 – 2 of 2) sorted by relevance
314 ShortNumberCost costForRegion = getExpectedCostForRegion(number, regionCode); in getExpectedCost() local315 switch (costForRegion) { in getExpectedCost()330 logger.log(Level.SEVERE, "Unrecognised cost for region: " + costForRegion); in getExpectedCost()
333 var costForRegion = this.getExpectedCostForRegion(number, regionCode);334 switch (costForRegion) {349 throw new Error('Unrecognized cost for region: ' + costForRegion);