/external/cronet/third_party/icu/source/i18n/ |
D | windtfmt.h | 37 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;
|
D | wintzimpl.h | 26 typedef struct _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION; typedef 34 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length);
|
D | windtfmt.cpp | 174 fTZI = NEW_ARRAY(TIME_ZONE_INFORMATION, 1); in Win32DateFormat() 175 uprv_memset(fTZI, 0, sizeof(TIME_ZONE_INFORMATION)); in Win32DateFormat() 209 this->fTZI = NEW_ARRAY(TIME_ZONE_INFORMATION, 1); in operator =() 228 TIME_ZONE_INFORMATION tzi = *fTZI; in format() 372 UnicodeString Win32DateFormat::setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) co… in setTimeZoneInfo()
|
D | wintzimpl.cpp | 120 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()
|
/external/icu/icu4c/source/i18n/ |
D | windtfmt.h | 37 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;
|
D | wintzimpl.h | 26 typedef struct _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION; typedef 34 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length);
|
D | windtfmt.cpp | 174 fTZI = NEW_ARRAY(TIME_ZONE_INFORMATION, 1); in Win32DateFormat() 175 uprv_memset(fTZI, 0, sizeof(TIME_ZONE_INFORMATION)); in Win32DateFormat() 209 this->fTZI = NEW_ARRAY(TIME_ZONE_INFORMATION, 1); in operator =() 228 TIME_ZONE_INFORMATION tzi = *fTZI; in format() 372 UnicodeString Win32DateFormat::setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) co… in setTimeZoneInfo()
|
D | wintzimpl.cpp | 120 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()
|
/external/icu/libicu/cts_headers/ |
D | windtfmt.h | 37 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;
|
D | wintzimpl.h | 26 typedef struct _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION; typedef 34 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length);
|
D | wintz.h | 28 typedef struct _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION; typedef
|
/external/icu/icu4c/source/common/ |
D | wintz.h | 28 typedef struct _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION; typedef
|
/external/cronet/third_party/icu/source/common/ |
D | wintz.h | 28 typedef struct _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION; typedef
|
/external/webrtc/rtc_base/ |
D | time_utils.cc | 55 TIME_ZONE_INFORMATION time_zone; in SyncWithNtp() 82 TIME_ZONE_INFORMATION time_zone; in TimeHelper()
|
/external/icu/icu4c/source/test/intltest/ |
D | windttst.cpp | 81 TIME_ZONE_INFORMATION tzi; in testLocales()
|
/external/cronet/third_party/icu/source/test/intltest/ |
D | windttst.cpp | 81 TIME_ZONE_INFORMATION tzi; in testLocales()
|
/external/dng_sdk/source/ |
D | dng_date_time.cpp | 858 TIME_ZONE_INFORMATION tzInfo; in LocalTimeZone()
|
/external/python/cpython3/Modules/ |
D | timemodule.c | 1728 TIME_ZONE_INFORMATION tzinfo = {0};
|