Home
last modified time | relevance | path

Searched refs:tzi (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dwindttst.cpp77 TIME_ZONE_INFORMATION tzi; in testLocales() local
80 if (! uprv_getWindowsTimeZoneInfo(&tzi, zoneID.getBuffer(), zoneID.length())) { in testLocales()
87 if (found = uprv_getWindowsTimeZoneInfo(&tzi, equiv.getBuffer(), equiv.length())) { in testLocales()
93 GetTimeZoneInformation(&tzi); in testLocales()
99 SystemTimeToTzSpecificLocalTime(&tzi, &st, &winNow); in testLocales()
/external/icu/icu4c/source/i18n/
Dwindtfmt.cpp152 TIME_ZONE_INFORMATION tzi = *fTZI; in format() local
157 setTimeZoneInfo(&tzi, tz); in format()
166 SystemTimeToTzSpecificLocalTime(&tzi, &st_gmt, &st_local); in format()
286 UnicodeString Win32DateFormat::setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) co… in setTimeZoneInfo() argument
296 if (! uprv_getWindowsTimeZoneInfo(tzi, icuid.getBuffer(), icuid.length())) { in setTimeZoneInfo()
303 if (found = uprv_getWindowsTimeZoneInfo(tzi, equiv.getBuffer(), equiv.length())) { in setTimeZoneInfo()
309 GetTimeZoneInformation(tzi); in setTimeZoneInfo()
Dwindtfmt.h118 UnicodeString setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) const;
/external/icu/icu4c/source/common/
Dwintz.c151 static LONG getTZI(const char *winid, TZI *tzi) in getTZI() argument
164 (LPBYTE)tzi, in getTZI()