Home
last modified time | relevance | path

Searched refs:TIME_ZONE_INFORMATION (Results 1 – 8 of 8) sorted by relevance

/external/icu4c/i18n/
Dwintzimpl.h24 typedef struct _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION; typedef
32 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length);
Dwindtfmt.h35 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;
Dwindtfmt.cpp101 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()
Dwintzimpl.cpp116 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/
Dwintz.h26 typedef struct _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION; typedef
Dwintz.c266 TIME_ZONE_INFORMATION apiTZI; in uprv_detectWindowsTimeZone()
/external/icu4c/test/intltest/
Dwindttst.cpp77 TIME_ZONE_INFORMATION tzi; in testLocales()
/external/v8/src/
Dplatform-win32.cc283 static TIME_ZONE_INFORMATION tzinfo_;
321 TIME_ZONE_INFORMATION Time::tzinfo_;