Searched refs:countryCodeStr8 (Results 1 – 1 of 1) sorted by relevance
217 std::string countryCodeStr8; in GetIsoCountryCode() local223 countryCodeStr8 = Str16ToStr8(countryCodeForNetwork); in GetIsoCountryCode()226 if (countryCodeStr8.empty()) { in GetIsoCountryCode()227 countryCodeStr8 = GetCountryCodeByLastLocation(); in GetIsoCountryCode()231 if (countryCodeStr8.empty()) { in GetIsoCountryCode()235 countryCodeStr8 = Str16ToStr8(countryCodeForSim); in GetIsoCountryCode()240 if (countryCodeStr8.empty()) { in GetIsoCountryCode()242 countryCodeStr8 = resLoader.GetSystemRegion(); in GetIsoCountryCode()247 transform(countryCodeStr8.begin(), countryCodeStr8.end(), countryCodeStr8.begin(), ::toupper); in GetIsoCountryCode()249 country.SetCountryCodeStr(countryCodeStr8); in GetIsoCountryCode()[all …]