Searched refs:tzi (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | windttst.cpp | 77 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/ |
D | windtfmt.cpp | 152 TIME_ZONE_INFORMATION tzi = *fTZI; in format() local 157 setTimeZoneInfo(&tzi, tz); in format() 166 SystemTimeToTzSpecificLocalTime(&tzi, &st_gmt, &st_local); in format() 282 UnicodeString Win32DateFormat::setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) co… in setTimeZoneInfo() argument 292 if (! uprv_getWindowsTimeZoneInfo(tzi, icuid.getBuffer(), icuid.length())) { in setTimeZoneInfo() 299 if (found = uprv_getWindowsTimeZoneInfo(tzi, equiv.getBuffer(), equiv.length())) { in setTimeZoneInfo() 305 GetTimeZoneInformation(tzi); in setTimeZoneInfo()
|
D | windtfmt.h | 120 UnicodeString setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) const;
|
/external/icu/icu4c/source/common/ |
D | wintz.c | 153 static LONG getTZI(const char *winid, TZI *tzi) in getTZI() argument 166 (LPBYTE)tzi, in getTZI()
|
/external/libgsm/ |
D | README | 29 Carsten Bormann (then cabo@cs.tu-berlin.de, nowadays cabo@tzi.org)
|