Searched refs:tzi (Results 1 - 6 of 6) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFTimeZone.c733 TIME_ZONE_INFORMATION tzi = { 0 }; local
734 DWORD rval = GetTimeZoneInformation(&tzi);
736 LPWSTR standardName = (LPWSTR)&tzi.StandardName;
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dwintz.c154 static LONG getTZI(const char *winid, TZI *tzi) argument
167 (LPBYTE)tzi,
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dwindtfmt.cpp151 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 argument
295 if (! uprv_getWindowsTimeZoneInfo(tzi, icuid.getBuffer(), icuid.length())) {
302 if (found = uprv_getWindowsTimeZoneInfo(tzi, equiv.getBuffer(), equiv.length())) {
308 GetTimeZoneInformation(tzi);
H A Dwindtfmt.h118 UnicodeString setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) const;
/macosx-10.9.5/ICU-511.35/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.9.5/vim-53/runtime/syntax/
H A Dcsp.vim3 " Maintainer: Jan Bredereke <brederek@tzi.de>
6 " URL: http://www.tzi.de/~brederek/vim/

Completed in 227 milliseconds