Home
last modified time | relevance | path

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

/base/global/i18n/interfaces/native/inner_api/zone/include/
Dzone_util.h174 static constexpr int SYS_PARAM_LEN = 128; variable
/base/global/i18n/frameworks/intl/include/
Di18n_timezone.h78 static constexpr int SYS_PARAM_LEN = 128; variable
Ddate_time_format.h118 static constexpr int SYS_PARAM_LEN = 128; variable
/base/global/i18n/frameworks/zone/src/
Dzone_util.cpp238 std::string systemTimezone = ReadSystemParameter(TIMEZONE_KEY, SYS_PARAM_LEN); in LookupTimezoneByCountryAndNITZ()
254 std::string systemTimezone = ReadSystemParameter(TIMEZONE_KEY, SYS_PARAM_LEN); in LookupTimezoneByNITZ()
/base/global/i18n/frameworks/intl/src/
Ddate_time_format.cpp495 std::string systemTimezone = ReadSystemParameter(TIMEZONE_KEY, SYS_PARAM_LEN); in GetSystemTimezone()
Di18n_timezone.cpp597 std::string systemTimezone = ReadSystemParameter(TIMEZONE_KEY, SYS_PARAM_LEN); in I18nTimeZone()