OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TIME_ZONE_INFORMATION
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
wintzimpl.h
24
typedef struct _TIME_ZONE_INFORMATION
TIME_ZONE_INFORMATION
;
32
uprv_getWindowsTimeZoneInfo(
TIME_ZONE_INFORMATION
*zoneInfo, const UChar *icuid, int32_t length);
windtfmt.h
35
typedef struct _TIME_ZONE_INFORMATION
TIME_ZONE_INFORMATION
;
118
UnicodeString setTimeZoneInfo(
TIME_ZONE_INFORMATION
*tzi, const TimeZone &zone) const;
127
TIME_ZONE_INFORMATION
*fTZI;
wintzimpl.cpp
116
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)
windtfmt.cpp
101
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/icu/icu4c/source/i18n/
wintzimpl.h
24
typedef struct _TIME_ZONE_INFORMATION
TIME_ZONE_INFORMATION
;
32
uprv_getWindowsTimeZoneInfo(
TIME_ZONE_INFORMATION
*zoneInfo, const UChar *icuid, int32_t length);
windtfmt.h
35
typedef struct _TIME_ZONE_INFORMATION
TIME_ZONE_INFORMATION
;
118
UnicodeString setTimeZoneInfo(
TIME_ZONE_INFORMATION
*tzi, const TimeZone &zone) const;
127
TIME_ZONE_INFORMATION
*fTZI;
wintzimpl.cpp
116
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)
windtfmt.cpp
101
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/
wintz.h
26
typedef struct _TIME_ZONE_INFORMATION
TIME_ZONE_INFORMATION
;
wintz.c
265
TIME_ZONE_INFORMATION
apiTZI;
267
/* Obtain
TIME_ZONE_INFORMATION
from the API, and then convert it
/external/icu/icu4c/source/common/
wintz.h
26
typedef struct _TIME_ZONE_INFORMATION
TIME_ZONE_INFORMATION
;
wintz.c
263
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/
windttst.cpp
77
TIME_ZONE_INFORMATION
tzi;
/external/icu/icu4c/source/test/intltest/
windttst.cpp
77
TIME_ZONE_INFORMATION
tzi;
/external/chromium_org/third_party/WebKit/Source/wtf/
DateMath.cpp
347
TIME_ZONE_INFORMATION
timeZoneInformation;
/external/chromium_org/v8/src/base/platform/
platform-win32.cc
203
TIME_ZONE_INFORMATION
tzinfo_;
[
all
...]
Completed in 467 milliseconds