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

/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dwindttst.cpp77 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);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dwindtfmt.cpp152 TIME_ZONE_INFORMATION tzi = *fTZI; local
157 setTimeZoneInfo(&tzi, tz);
166 SystemTimeToTzSpecificLocalTime(&tzi, &st_gmt, &st_local);
286 UnicodeString Win32DateFormat::setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) const argument
296 if (! uprv_getWindowsTimeZoneInfo(tzi, icuid.getBuffer(), icuid.length())) {
303 if (found = uprv_getWindowsTimeZoneInfo(tzi, equiv.getBuffer(), equiv.length())) {
309 GetTimeZoneInformation(tzi);
H A Dwindtfmt.h118 UnicodeString setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) const;
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dwintz.c153 static LONG getTZI(const char *winid, TZI *tzi) argument
166 (LPBYTE)tzi,
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcsp.vim3 " Maintainer: Jan Bredereke <brederek@tzi.de>
6 " URL: http://www.tzi.de/~brederek/vim/

Completed in 116 milliseconds