Searched refs:TIME_ZONE_INFORMATION (Results 1 – 8 of 8) sorted by relevance
/external/icu4c/i18n/ |
D | wintzimpl.h | 24 typedef struct _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION; typedef 32 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length);
|
D | windtfmt.h | 35 typedef struct _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION; typedef 118 UnicodeString setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) const; 127 TIME_ZONE_INFORMATION *fTZI;
|
D | windtfmt.cpp | 101 fTZI = NEW_ARRAY(TIME_ZONE_INFORMATION, 1); in Win32DateFormat() 102 uprv_memset(fTZI, 0, sizeof(TIME_ZONE_INFORMATION)); in Win32DateFormat() 134 this->fTZI = NEW_ARRAY(TIME_ZONE_INFORMATION, 1); in operator =() 151 TIME_ZONE_INFORMATION tzi = *fTZI; in format() 285 UnicodeString Win32DateFormat::setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) co… in setTimeZoneInfo()
|
D | wintzimpl.cpp | 116 static UBool getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t le… in getWindowsTimeZoneInfo() 129 …uprv_memset(zoneInfo, 0, sizeof(TIME_ZONE_INFORMATION)); // We do not set standard/daylight names,… in getWindowsTimeZoneInfo() 148 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length) in uprv_getWindowsTimeZoneInfo()
|
/external/icu4c/common/ |
D | wintz.h | 26 typedef struct _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION; typedef
|
D | wintz.c | 266 TIME_ZONE_INFORMATION apiTZI; in uprv_detectWindowsTimeZone()
|
/external/icu4c/test/intltest/ |
D | windttst.cpp | 77 TIME_ZONE_INFORMATION tzi; in testLocales()
|
/external/v8/src/ |
D | platform-win32.cc | 283 static TIME_ZONE_INFORMATION tzinfo_; 321 TIME_ZONE_INFORMATION Time::tzinfo_;
|