OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:standarddate
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
wintzimpl.cpp
36
static UBool getSystemTimeInformation(TimeZone *tz, SYSTEMTIME &daylightDate, SYSTEMTIME &
standardDate
, int32_t &bias, int32_t &daylightBias, int32_t &standardBias) {
50
standardDate
.wYear =
standardDate
.wMonth =
standardDate
.wDayOfWeek =
standardDate
.wDay =
51
standardDate
.wHour =
standardDate
.wMinute =
standardDate
.wSecond =
standardDate
.wMilliseconds = 0;
63
standardDate
.wYear = 0
[
all
...]
/external/icu4c/i18n/
wintzimpl.cpp
36
static UBool getSystemTimeInformation(TimeZone *tz, SYSTEMTIME &daylightDate, SYSTEMTIME &
standardDate
, int32_t &bias, int32_t &daylightBias, int32_t &standardBias) {
50
standardDate
.wYear =
standardDate
.wMonth =
standardDate
.wDayOfWeek =
standardDate
.wDay =
51
standardDate
.wHour =
standardDate
.wMinute =
standardDate
.wSecond =
standardDate
.wMilliseconds = 0;
63
standardDate
.wYear = 0
[
all
...]
/external/chromium_org/third_party/icu/source/common/
wintz.c
38
SYSTEMTIME
standardDate
;
244
uprv_memcpy((char *)&tziKey.
standardDate
, (char*)&apiTZI.
StandardDate
,
245
sizeof(apiTZI.
StandardDate
));
/external/icu4c/common/
wintz.c
39
SYSTEMTIME
standardDate
;
276
uprv_memcpy((char *)&tziKey.
standardDate
, (char*)&apiTZI.
StandardDate
,
277
sizeof(apiTZI.
StandardDate
));
/external/chromium_org/v8/src/
platform-win32.cc
442
tzinfo_.
StandardDate
.wMonth = 10;
443
tzinfo_.
StandardDate
.wDay = 5;
444
tzinfo_.
StandardDate
.wHour = 3;
526
if (tzinfo_.
StandardDate
.wMonth != 0 || tzinfo_.DaylightDate.wMonth != 0) {
[
all
...]
/external/v8/src/
platform-win32.cc
396
tzinfo_.
StandardDate
.wMonth = 10;
397
tzinfo_.
StandardDate
.wDay = 5;
398
tzinfo_.
StandardDate
.wHour = 3;
536
if (tzinfo_.
StandardDate
.wMonth != 0 || tzinfo_.DaylightDate.wMonth != 0) {
[
all
...]
Completed in 113 milliseconds