Searched refs:TIME_ZONE_INFORMATION (Results 1 - 18 of 18) 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/icu4c/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));
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/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/icu4c/common/
H A Dwintz.h26 typedef struct _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION; typedef in typeref:struct:_TIME_ZONE_INFORMATION
H A Dwintz.c266 TIME_ZONE_INFORMATION apiTZI;
268 /* Obtain TIME_ZONE_INFORMATION from the API, and then convert it
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DGregorianDateTime.cpp41 TIME_ZONE_INFORMATION timeZoneInformation;
H A DDateMath.cpp364 TIME_ZONE_INFORMATION timeZoneInformation;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwindttst.cpp77 TIME_ZONE_INFORMATION tzi;
/external/icu4c/test/intltest/
H A Dwindttst.cpp77 TIME_ZONE_INFORMATION tzi;
/external/chromium_org/v8/src/
H A Dplatform-win32.cc276 static TIME_ZONE_INFORMATION tzinfo_;
311 TIME_ZONE_INFORMATION Win32Time::tzinfo_;
/external/v8/src/
H A Dplatform-win32.cc283 static TIME_ZONE_INFORMATION tzinfo_;
321 TIME_ZONE_INFORMATION Time::tzinfo_;

Completed in 382 milliseconds