Searched refs:countryCodeStr8 (Results 1 – 1 of 1) sorted by relevance
230 std::string countryCodeStr8 = Str16ToStr8(countryCodeForNetwork); in GetIsoCountryCode() local233 if (countryCodeStr8.empty()) { in GetIsoCountryCode()234 countryCodeStr8 = GetCountryCodeByLastLocation(); in GetIsoCountryCode()238 if (countryCodeStr8.empty()) { in GetIsoCountryCode()242 countryCodeStr8 = Str16ToStr8(countryCodeForSim); in GetIsoCountryCode()246 if (countryCodeStr8.empty()) { in GetIsoCountryCode()247 countryCodeStr8 = Global::I18n::LocaleConfig::GetSystemRegion(); in GetIsoCountryCode()252 country.SetCountryCodeStr(countryCodeStr8); in GetIsoCountryCode()255 UpdateCountryCode(countryCodeStr8, type); in GetIsoCountryCode()