Home | History | Annotate | Download | only in common

Lines Matching full:time

48 static const char STANDARD_TIME_REGKEY[] = " Standard Time";
55 * NT, but on XP has become "GMT Standard Time". We need to
60 "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Time Zones",
63 "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\GMT"
69 * The time zone root subkeys (under HKLM) for different flavors of
74 "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Time Zones\\",
77 "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\"
82 * but rather the flavor of the layout of the time zone information in
103 Standard Time". */
136 /* Remove " Standard Time" */
197 This code attempts to detect the Windows time zone, as set in the
198 Windows Date and Time control panel. It attempts to work on
203 registry contains time zone data under one of two keys (depending on
206 HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Time Zones\
207 HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\
209 Under this key are several subkeys, one for each time zone. These
210 subkeys are named "Pacific" on Win9x/Me and "Pacific Standard Time"
217 Std Standard time display name, localized
221 more offsets for standard and daylight time, and the start and end
226 time zone Windows is set to. Since the registry key is not
228 lookup into the corresponding ICU time zone.
245 * Main Windows time zone detection function. Returns the Windows
246 * time zone, translated to an ICU time zone, or NULL upon failure.
335 * If none is found, tmpid buffer will contain a fallback ID (i.e. the time zone ID matching
336 * the current time zone information)