Searched refs:GetCountryCodeStr (Results 1 – 3 of 3) sorted by relevance
38 SetCountryCodeStr(country.GetCountryCodeStr()); in CountryCode()46 return (countryCodeStr_ == country.GetCountryCodeStr()) && in IsSame()55 inline std::string GetCountryCodeStr() const in GetCountryCodeStr() function
145 if (lastCountryByLocation_->GetCountryCodeStr().empty()) { in GetCountryCodeByLastLocation()157 return lastCountryByLocation_->GetCountryCodeStr(); in GetCountryCodeByLastLocation()180 if (lastCountryByLocation_->GetCountryCodeStr() == countryCode) { in UpdateCountryCodeByLocation()
121 SetValueUtf8String(env, "country", country->GetCountryCodeStr().c_str(), result); in CountryCodeToJs()