Searched refs:LookupTimezoneByCountry (Results 1 – 3 of 3) sorted by relevance
282 CountryResult result = util.LookupTimezoneByCountry(region, currentMillis);287 CountryResult result2 = util.LookupTimezoneByCountry(region, currentMillis);292 CountryResult result3 = util.LookupTimezoneByCountry(region, currentMillis);297 CountryResult result4 = util.LookupTimezoneByCountry(region, currentMillis);302 CountryResult result5 = util.LookupTimezoneByCountry(region, currentMillis);
144 CountryResult LookupTimezoneByCountry(std::string ®ion, int64_t currentMillis);
289 CountryResult ZoneUtil::LookupTimezoneByCountry(std::string ®ion, int64_t currentMillis) in LookupTimezoneByCountry() function in ZoneUtil