Lines Matching refs:country
32 // Country info vectors
286 ZoneMeta::getSingleCountry(const UnicodeString &tzid, UnicodeString &country) {
287 // Get canonical country for the zone
291 country.remove();
292 return country;
325 country.remove();
326 return country;
374 // no single country by default for any error cases
397 country.remove();
399 country.setTo(region, -1);
401 return country;