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

  /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/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);

Completed in 642 milliseconds