Searched refs:tzi (Results 1 - 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
H A D | windttst.cpp | 81 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 D | zdump.py | 80 tzi = TZInfo.fromfile(fileobj) 81 tzi.dump(sys.stdout)
|
/external/icu/icu4c/source/i18n/ |
H A D | windtfmt.h | 120 UnicodeString setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) const;
|
H A D | windtfmt.cpp | 227 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 D | wintz.cpp | 80 static LONG getTZI(const char *winid, TZI *tzi) argument 94 (LPBYTE)tzi,
|
Completed in 328 milliseconds