Home
last modified time | relevance | path

Searched refs:systemTimezone (Results 1 - 4 of 4) sorted by relevance

/base/global/i18n/frameworks/zone/src/
H A Dzone_util.cpp241 std::string systemTimezone = ReadSystemParameter(TIMEZONE_KEY, SYS_PARAM_LEN); in LookupTimezoneByCountryAndNITZ() local
242 if (systemTimezone.length() == 0) { in LookupTimezoneByCountryAndNITZ()
243 systemTimezone = DEFAULT_TIMEZONE; in LookupTimezoneByCountryAndNITZ()
253 return Match(zones, nitzData, systemTimezone); in LookupTimezoneByCountryAndNITZ()
258 std::string systemTimezone = ReadSystemParameter(TIMEZONE_KEY, SYS_PARAM_LEN); in LookupTimezoneByNITZ() local
259 if (systemTimezone.length() == 0) { in LookupTimezoneByNITZ()
260 systemTimezone = DEFAULT_TIMEZONE; in LookupTimezoneByNITZ()
272 CountryResult result = Match(validZones, nitzData, systemTimezone); in LookupTimezoneByNITZ()
275 result = Match(validZones, newNITZData, systemTimezone); in LookupTimezoneByNITZ()
455 CountryResult ZoneUtil::Match(std::vector<std::string> &zones, NITZData &nitzData, std::string &systemTimezone) in Match() argument
[all...]
/base/global/i18n/interfaces/native/inner_api/zone/include/
H A Dzone_util.h161 CountryResult Match(std::vector<std::string> &zones, NITZData &nitzData, std::string &systemTimezone);
/base/global/i18n/frameworks/intl/src/
H A Di18n_timezone.cpp603 std::string systemTimezone = ReadSystemParameter(TIMEZONE_KEY, SYS_PARAM_LEN); in I18nTimeZone() local
604 if (systemTimezone.length() == 0) { in I18nTimeZone()
605 systemTimezone = DEFAULT_TIMEZONE; in I18nTimeZone()
607 icu::UnicodeString unicodeZoneID(systemTimezone.data(), systemTimezone.length()); in I18nTimeZone()
H A Ddate_time_format.cpp558 std::string systemTimezone = ReadSystemParameter(TIMEZONE_KEY, SYS_PARAM_LEN); in GetSystemTimezone() local
559 if (systemTimezone.length() == 0) { in GetSystemTimezone()
560 systemTimezone = DEFAULT_TIMEZONE; in GetSystemTimezone()
562 return systemTimezone; in GetSystemTimezone()

Completed in 6 milliseconds