Home
last modified time | relevance | path

Searched refs:DEFAULT_TIMEZONE (Results 1 – 6 of 6) sorted by relevance

/base/global/i18n/interfaces/native/inner_api/zone/include/
Dzone_util.h165 static const char *DEFAULT_TIMEZONE; variable
/base/global/i18n/frameworks/zone/src/
Dzone_util.cpp33 const char *ZoneUtil::DEFAULT_TIMEZONE = "GMT"; member in ZoneUtil
240 systemTimezone = DEFAULT_TIMEZONE; in LookupTimezoneByCountryAndNITZ()
256 systemTimezone = DEFAULT_TIMEZONE; in LookupTimezoneByNITZ()
/base/global/i18n/frameworks/intl/include/
Di18n_timezone.h53 static const char *DEFAULT_TIMEZONE; variable
Ddate_time_format.h117 static const char *DEFAULT_TIMEZONE; variable
/base/global/i18n/frameworks/intl/src/
Ddate_time_format.cpp24 const char *DateTimeFormat::DEFAULT_TIMEZONE = "GMT"; member in OHOS::Global::I18n::DateTimeFormat
497 systemTimezone = DEFAULT_TIMEZONE; in GetSystemTimezone()
Di18n_timezone.cpp51 const char *I18nTimeZone::DEFAULT_TIMEZONE = "GMT"; member in OHOS::Global::I18n::I18nTimeZone
599 systemTimezone = DEFAULT_TIMEZONE; in I18nTimeZone()