Searched refs:TIME_ZONE_INFORMATION (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dwintzimpl.h24 typedef struct _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION; typedef in typeref:struct:_TIME_ZONE_INFORMATION
32 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length);
H A Dwindtfmt.h35 typedef struct _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION; typedef in typeref:struct:_TIME_ZONE_INFORMATION
127 UnicodeString setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) const;
136 TIME_ZONE_INFORMATION *fTZI;
H A Dwintzimpl.cpp116 static UBool getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length) {
129 uprv_memset(zoneInfo, 0, sizeof(TIME_ZONE_INFORMATION)); // We do not set standard/daylight names, so nullify first.
148 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length)
H A Dwindtfmt.cpp101 fTZI = NEW_ARRAY(TIME_ZONE_INFORMATION, 1);
102 uprv_memset(fTZI, 0, sizeof(TIME_ZONE_INFORMATION));
134 this->fTZI = NEW_ARRAY(TIME_ZONE_INFORMATION, 1);
151 TIME_ZONE_INFORMATION tzi = *fTZI;
285 UnicodeString Win32DateFormat::setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) const
/external/icu/icu4c/source/i18n/
H A Dwintzimpl.h24 typedef struct _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION; typedef in typeref:struct:_TIME_ZONE_INFORMATION
32 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length);
H A Dwindtfmt.h35 typedef struct _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION; typedef in typeref:struct:_TIME_ZONE_INFORMATION
118 UnicodeString setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) const;
127 TIME_ZONE_INFORMATION *fTZI;
H A Dwintzimpl.cpp116 static UBool getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length) {
129 uprv_memset(zoneInfo, 0, sizeof(TIME_ZONE_INFORMATION)); // We do not set standard/daylight names, so nullify first.
148 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length)
H A Dwindtfmt.cpp101 fTZI = NEW_ARRAY(TIME_ZONE_INFORMATION, 1);
102 uprv_memset(fTZI, 0, sizeof(TIME_ZONE_INFORMATION));
135 this->fTZI = NEW_ARRAY(TIME_ZONE_INFORMATION, 1);
152 TIME_ZONE_INFORMATION tzi = *fTZI;
286 UnicodeString Win32DateFormat::setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) const
/external/chromium_org/third_party/icu/source/common/
H A Dwintz.h26 typedef struct _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION; typedef in typeref:struct:_TIME_ZONE_INFORMATION
H A Dwintz.c234 TIME_ZONE_INFORMATION apiTZI;
236 /* Obtain TIME_ZONE_INFORMATION from the API, and then convert it
/external/icu/icu4c/source/common/
H A Dwintz.h26 typedef struct _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION; typedef in typeref:struct:_TIME_ZONE_INFORMATION
H A Dwintz.c263 TIME_ZONE_INFORMATION apiTZI;
265 /* Obtain TIME_ZONE_INFORMATION from the API, and then convert it
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwindttst.cpp77 TIME_ZONE_INFORMATION tzi;
/external/icu/icu4c/source/test/intltest/
H A Dwindttst.cpp77 TIME_ZONE_INFORMATION tzi;
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDateMath.cpp364 TIME_ZONE_INFORMATION timeZoneInformation;
/external/chromium_org/v8/src/
H A Dplatform-win32.cc196 TIME_ZONE_INFORMATION tzinfo_;

Completed in 1167 milliseconds