Searched refs:SYS_PARAM_LEN (Results 1 – 6 of 6) sorted by relevance
174 static constexpr int SYS_PARAM_LEN = 128; variable
78 static constexpr int SYS_PARAM_LEN = 128; variable
118 static constexpr int SYS_PARAM_LEN = 128; variable
238 std::string systemTimezone = ReadSystemParameter(TIMEZONE_KEY, SYS_PARAM_LEN); in LookupTimezoneByCountryAndNITZ()254 std::string systemTimezone = ReadSystemParameter(TIMEZONE_KEY, SYS_PARAM_LEN); in LookupTimezoneByNITZ()
495 std::string systemTimezone = ReadSystemParameter(TIMEZONE_KEY, SYS_PARAM_LEN); in GetSystemTimezone()
597 std::string systemTimezone = ReadSystemParameter(TIMEZONE_KEY, SYS_PARAM_LEN); in I18nTimeZone()