Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dwindtfmt.h37 typedef struct _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION; typedef
120 UnicodeString setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) const;
128 TIME_ZONE_INFORMATION *fTZI;
Dwintzimpl.h26 typedef struct _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION; typedef
34 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length);
Dwintzimpl.cpp120 static UBool getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t le… in getWindowsTimeZoneInfo()
133 …uprv_memset(zoneInfo, 0, sizeof(TIME_ZONE_INFORMATION)); // We do not set standard/daylight names,… in getWindowsTimeZoneInfo()
152 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length) in uprv_getWindowsTimeZoneInfo()
Dwindtfmt.cpp174 fTZI = NEW_ARRAY(TIME_ZONE_INFORMATION, 1); in Win32DateFormat()
175 uprv_memset(fTZI, 0, sizeof(TIME_ZONE_INFORMATION)); in Win32DateFormat()
208 this->fTZI = NEW_ARRAY(TIME_ZONE_INFORMATION, 1); in operator =()
227 TIME_ZONE_INFORMATION tzi = *fTZI; in format()
371 UnicodeString Win32DateFormat::setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) co… in setTimeZoneInfo()
/external/icu/icu4c/source/common/
Dwintz.h28 typedef struct _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION; typedef
/external/icu/icu4c/source/test/intltest/
Dwindttst.cpp81 TIME_ZONE_INFORMATION tzi; in testLocales()
/external/dng_sdk/source/
Ddng_date_time.cpp846 TIME_ZONE_INFORMATION tzInfo; in LocalTimeZone()
/external/v8/src/base/platform/
Dplatform-win32.cc202 TIME_ZONE_INFORMATION tzinfo_;