Searched refs:TIME_ZONE_INFORMATION (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/i18n/ |
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 | 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.cpp | 101 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()
|
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/icu/icu4c/source/common/ |
D | wintz.h | 26 typedef struct _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION; typedef
|
D | wintz.c | 289 TIME_ZONE_INFORMATION apiTZI; in uprv_detectWindowsTimeZone()
|
/external/icu/icu4c/source/test/intltest/ |
D | windttst.cpp | 77 TIME_ZONE_INFORMATION tzi; in testLocales()
|
/external/dng_sdk/source/ |
D | dng_date_time.cpp | 846 TIME_ZONE_INFORMATION tzInfo; in LocalTimeZone()
|
/external/v8/src/base/platform/ |
D | platform-win32.cc | 191 TIME_ZONE_INFORMATION tzinfo_;
|