Searched refs:zones (Results 1 - 2 of 2) sorted by relevance
/base/global/i18n/frameworks/zone/src/ |
H A D | zone_util.cpp | 239 std::vector<std::string> zones;
in LookupTimezoneByCountryAndNITZ() local 248 GetCountryZones(region, defaultTimezone, isBoosted, zones);
in LookupTimezoneByCountryAndNITZ() 251 GetICUCountryZones(region, zones, defaultTimezone);
in LookupTimezoneByCountryAndNITZ() 253 return Match(zones, nitzData, systemTimezone);
in LookupTimezoneByCountryAndNITZ() 282 std::vector<std::string> zones;
in LookupTimezoneByCountry() local 288 GetCountryZones(region, defaultTimezone, isBoosted, zones);
in LookupTimezoneByCountry() 295 GetICUCountryZones(region, zones, defaultTimezone);
in LookupTimezoneByCountry() 301 if (zones.size() == 0) {
in LookupTimezoneByCountry() 303 } else if (zones.size() == 1) {
in LookupTimezoneByCountry() 305 } else if (CheckSameDstOffset(zones, defaultTimezon in LookupTimezoneByCountry() 327 GetCountryZones(std::string ®ion, std::string &defaultTimzone, bool &isBoosted, std::vector<std::string> &zones) GetCountryZones() argument 375 GetDefaultAndBoost(xmlNodePtr &value, std::string &defaultTimezone, bool &isBoosted, std::vector<std::string> &zones) GetDefaultAndBoost() argument 401 GetTimezones(xmlNodePtr &value, std::vector<std::string> &zones) GetTimezones() argument 422 GetICUCountryZones(std::string ®ion, std::vector<std::string> &zones, std::string &defaultTimezone) GetICUCountryZones() argument 455 Match(std::vector<std::string> &zones, NITZData &nitzData, std::string &systemTimezone) Match() argument 489 CheckSameDstOffset(std::vector<std::string> &zones, std::string &defaultTimezoneId, int64_t currentMillis) CheckSameDstOffset() argument [all...] |
/base/global/i18n/interfaces/native/inner_api/zone/include/ |
H A D | zone_util.h | 153 bool CheckSameDstOffset(std::vector<std::string> &zones, std::string &defaultTimezone,
155 void GetTimezones(xmlNodePtr &value, std::vector<std::string> &zones);
157 std::vector<std::string> &zones);
159 std::vector<std::string> &zones);
160 void GetICUCountryZones(std::string ®ion, std::vector<std::string> &zones, std::string &defaultTimezone);
161 CountryResult Match(std::vector<std::string> &zones, NITZData &nitzData, std::string &systemTimezone);
|
Completed in 2 milliseconds