Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
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;
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.cpp101 fTZI = NEW_ARRAY(TIME_ZONE_INFORMATION, 1); in Win32DateFormat()
102 uprv_memset(fTZI, 0, sizeof(TIME_ZONE_INFORMATION)); in Win32DateFormat()
135 this->fTZI = NEW_ARRAY(TIME_ZONE_INFORMATION, 1); in operator =()
152 TIME_ZONE_INFORMATION tzi = *fTZI; in format()
286 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/icu/icu4c/source/common/
Dwintz.h26 typedef struct _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION; typedef
Dwintz.c289 TIME_ZONE_INFORMATION apiTZI; in uprv_detectWindowsTimeZone()
/external/icu/icu4c/source/test/intltest/
Dwindttst.cpp77 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.cc191 TIME_ZONE_INFORMATION tzinfo_;