Lines Matching refs:country
154 * rules, and country tables. There is also a meta-data resource
156 * respectively. The country count includes the non-country 'Default'.
721 TZEnumeration(const char* country) : map(NULL), len(0), pos(0) {
731 if (country) {
732 u_charsToUChars(country, uCountry, 2);
771 U_DEBUG_TZ_MSG(("Failed to load tz for region %s: %s\n", country, u_errorName(ec)));
837 TimeZone::createEnumeration(const char* country) {
838 return new TZEnumeration(country);