HomeSort by relevance Sort by last modified time
    Searched refs:tzi (Results 1 - 8 of 8) sorted by null

  /external/chromium/third_party/icu/source/test/intltest/
windttst.cpp 77 TIME_ZONE_INFORMATION tzi; local
79 uprv_memset(&tzi, 0, sizeof(tzi));
81 if (! uprv_getWindowsTimeZoneInfo(&tzi, zoneID.getBuffer(), zoneID.length())) {
88 if (found = uprv_getWindowsTimeZoneInfo(&tzi, equiv.getBuffer(), equiv.length())) {
94 GetTimeZoneInformation(&tzi);
100 SystemTimeToTzSpecificLocalTime(&tzi, &st, &winNow);
  /external/icu4c/test/intltest/
windttst.cpp 77 TIME_ZONE_INFORMATION tzi; local
80 if (! uprv_getWindowsTimeZoneInfo(&tzi, zoneID.getBuffer(), zoneID.length())) {
87 if (found = uprv_getWindowsTimeZoneInfo(&tzi, equiv.getBuffer(), equiv.length())) {
93 GetTimeZoneInformation(&tzi);
99 SystemTimeToTzSpecificLocalTime(&tzi, &st, &winNow);
  /external/chromium/third_party/icu/source/i18n/
windtfmt.cpp 151 TIME_ZONE_INFORMATION tzi = *fTZI; local
156 setTimeZoneInfo(&tzi, tz);
165 SystemTimeToTzSpecificLocalTime(&tzi, &st_gmt, &st_local);
285 UnicodeString Win32DateFormat::setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) const
295 if (! uprv_getWindowsTimeZoneInfo(tzi, icuid.getBuffer(), icuid.length())) {
302 if (found = uprv_getWindowsTimeZoneInfo(tzi, equiv.getBuffer(), equiv.length())) {
308 GetTimeZoneInformation(tzi);
windtfmt.h 127 UnicodeString setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) const;
  /external/icu4c/i18n/
windtfmt.cpp 151 TIME_ZONE_INFORMATION tzi = *fTZI; local
156 setTimeZoneInfo(&tzi, tz);
165 SystemTimeToTzSpecificLocalTime(&tzi, &st_gmt, &st_local);
285 UnicodeString Win32DateFormat::setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) const
295 if (! uprv_getWindowsTimeZoneInfo(tzi, icuid.getBuffer(), icuid.length())) {
302 if (found = uprv_getWindowsTimeZoneInfo(tzi, equiv.getBuffer(), equiv.length())) {
308 GetTimeZoneInformation(tzi);
windtfmt.h 127 UnicodeString setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) const;
  /external/chromium/third_party/icu/source/common/
wintz.c 32 /* The layout of the Tzi value in the registry */
40 } TZI;
48 static const char TZI_REGKEY[] = "TZI";
150 static LONG getTZI(const char *winid, TZI *tzi)
152 DWORD cbData = sizeof(TZI);
163 (LPBYTE)tzi,
193 TZI Binary block of data
195 The TZI data is of particular interest. It contains the offset, two
199 careful, but essentially we do a binary comparison against the TZI
    [all...]
  /external/icu4c/common/
wintz.c 32 /* The layout of the Tzi value in the registry */
40 } TZI;
48 static const char TZI_REGKEY[] = "TZI";
150 static LONG getTZI(const char *winid, TZI *tzi)
152 DWORD cbData = sizeof(TZI);
163 (LPBYTE)tzi,
195 TZI Binary block of data
197 The TZI data is of particular interest. It contains the offset, two
201 careful, but essentially we do a binary comparison against the TZI
    [all...]

Completed in 78 milliseconds