Lines Matching refs:country
289 const char *country = nullptr; in GetSystemRegion() local
294 country = origin.getCountry(); in GetSystemRegion()
295 if (country != nullptr) { in GetSystemRegion()
296 return country; in GetSystemRegion()
305 country = origin.getCountry(); in GetSystemRegion()
306 if (country != nullptr) { in GetSystemRegion()
307 return country; in GetSystemRegion()
550 for (string country : countries) { in GetRelatedLocales() local
551 if (locale.find(country) != string::npos) { in GetRelatedLocales()
950 std::string country(originLocale.getCountry()); in GetDisplayRegion() local
951 if (country.length() == 0) { in GetDisplayRegion()