Lines Matching defs:cost
212 // The cost categories are tested in order of decreasing expense, since if
213 // for some reason the patterns overlap the most expensive matching cost
245 ShortNumberInfo::ShortNumberCost cost = ShortNumberInfo::TOLL_FREE;
255 if (cost != ShortNumberInfo::UNKNOWN_COST) {
256 cost = ShortNumberInfo::STANDARD_RATE;
263 LOG(ERROR) << "Unrecognised cost for region: "
268 return cost;
309 ShortNumberInfo::ShortNumberCost cost) const {
315 switch (cost) {
327 // the other cost categories.