Searched refs:tzi (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dwindttst.cpp81 TIME_ZONE_INFORMATION tzi; local
84 if (! uprv_getWindowsTimeZoneInfo(&tzi, zoneID.getBuffer(), zoneID.length())) {
91 if (found = uprv_getWindowsTimeZoneInfo(&tzi, equiv.getBuffer(), equiv.length())) {
97 GetTimeZoneInformation(&tzi);
103 SystemTimeToTzSpecificLocalTime(&tzi, &st, &winNow);
/external/python/cpython3/Tools/tz/
H A Dzdump.py80 tzi = TZInfo.fromfile(fileobj)
81 tzi.dump(sys.stdout)
/external/icu/icu4c/source/i18n/
H A Dwindtfmt.h120 UnicodeString setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) const;
H A Dwindtfmt.cpp227 TIME_ZONE_INFORMATION tzi = *fTZI; local
232 setTimeZoneInfo(&tzi, tz);
241 SystemTimeToTzSpecificLocalTime(&tzi, &st_gmt, &st_local);
371 UnicodeString Win32DateFormat::setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) const argument
381 if (! uprv_getWindowsTimeZoneInfo(tzi, icuid.getBuffer(), icuid.length())) {
388 if (found = uprv_getWindowsTimeZoneInfo(tzi, equiv.getBuffer(), equiv.length())) {
394 GetTimeZoneInformation(tzi);
/external/icu/icu4c/source/common/
H A Dwintz.cpp80 static LONG getTZI(const char *winid, TZI *tzi) argument
94 (LPBYTE)tzi,

Completed in 328 milliseconds