Searched refs:zone (Results 1 – 16 of 16) sorted by relevance
5 The time zone module provides the functions of updating, parsing, compiling, and deploying time zon…9 The directory structure of the time zone module is as follows:13 ├── timezone # Code repository of the time zone module14 │ ├── data # Time zone compilation data15 │ ├── tool # Time zone management tool16 │ │ ├── compile_tool # Time zone compilation tool17 │ │ └── update_tool # Time zone update tool22 …zone update tool searches for the latest version of time zone data from the [Internet Assigned Num…25 cd tool/update_tool // Go to the directory where the time zone update tool is located.29 The time zone compilation tool compiles the time zone source data and generates time zone binary da…[all …]
41 bool zone; member
39 "//base/global/i18n/interfaces/native/inner_api/zone/include",48 "//base/global/i18n/frameworks/zone:zone_util",
512 auto zone = std::unique_ptr<TimeZone>(TimeZone::createTimeZone(timezoneStr.c_str())); in Format() local513 calendar->setTimeZone(*zone); in Format()514 dateFormat->setTimeZone(*zone); in Format()531 auto zone = std::unique_ptr<TimeZone>(TimeZone::createTimeZone(timezoneStr.c_str())); in FormatRange() local532 calendar->setTimeZone(*zone); in FormatRange()533 dateIntvFormat->setTimeZone(*zone); in FormatRange()541 toCalendar->setTimeZone(*zone); in FormatRange()
172 icu::UnicodeString zone = icu::UnicodeString::fromUTF8(id); in SetTimeZone() local173 icu::TimeZone *timezone = icu::TimeZone::createTimeZone(zone); in SetTimeZone()
19 "//base/global/i18n/interfaces/native/inner_api/zone/include",
38 | setTimezone(timezone: string, callback: AsyncCallback<boolean>): void | Set the system time zone,…39 | setTimezone(timezone: string): Promise<boolean> | Set the system time zone, Promise …
90 if (format.zone) { in PrintLogPrefix()
319 bool zone; member326 …timeFormat(FormatTime::INVALID), timeAccuFormat(FormatTimeAccu::INVALID), year(false), zone(false),426 .zone = context.zone in QueryLogHandler()819 context.zone = true; in FormatHandler()
180 .zone = false, in PrintLog()
158 … | | zone …
278 .zone = false, in WriteLogData()
30 …al strength query, cell management, registration status management, and time and time zone setting.
49 std::string zoneInfo = "+1:00"; // Set the time zone to be UTC+0 plus 1 hour.
1[==========] Running 25 tests from 7 test ...