Searched refs:systemTimezone (Results 1 - 4 of 4) sorted by relevance
/base/global/i18n/frameworks/zone/src/ |
H A D | zone_util.cpp | 241 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 D | zone_util.h | 161 CountryResult Match(std::vector<std::string> &zones, NITZData &nitzData, std::string &systemTimezone);
|
/base/global/i18n/frameworks/intl/src/ |
H A D | i18n_timezone.cpp | 603 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 D | date_time_format.cpp | 558 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