Home
last modified time | relevance | path

Searched refs:DaylightDate (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Dwintz.cpp58 SYSTEMTIME DaylightDate; member
115 …uprv_memcmp(&dynamicTZI.StandardDate, &dynamicTZI.DaylightDate, sizeof(dynamicTZI.StandardDate)) =… in uprv_detectWindowsTimeZone()
254 …(memcmp((const void *)&dynamicTZI.DaylightDate, (const void *)&registryTziValue.DaylightDate, size… in uprv_detectWindowsTimeZone()
/third_party/icu/icu4c/source/common/
Dwintz.cpp58 SYSTEMTIME DaylightDate; member
115 …uprv_memcmp(&dynamicTZI.StandardDate, &dynamicTZI.DaylightDate, sizeof(dynamicTZI.StandardDate)) =… in uprv_detectWindowsTimeZone()
254 …(memcmp((const void *)&dynamicTZI.DaylightDate, (const void *)&registryTziValue.DaylightDate, size… in uprv_detectWindowsTimeZone()
/third_party/skia/third_party/externals/icu/source/common/
Dwintz.cpp58 SYSTEMTIME DaylightDate; member
115 …uprv_memcmp(&dynamicTZI.StandardDate, &dynamicTZI.DaylightDate, sizeof(dynamicTZI.StandardDate)) =… in uprv_detectWindowsTimeZone()
254 …(memcmp((const void *)&dynamicTZI.DaylightDate, (const void *)&registryTziValue.DaylightDate, size… in uprv_detectWindowsTimeZone()
/third_party/node/deps/icu-small/source/i18n/
Dwintzimpl.cpp137 zoneInfo->DaylightDate = daylightDate; in getWindowsTimeZoneInfo()
/third_party/icu/icu4c/source/i18n/
Dwintzimpl.cpp137 zoneInfo->DaylightDate = daylightDate; in getWindowsTimeZoneInfo()
/third_party/skia/third_party/externals/icu/source/i18n/
Dwintzimpl.cpp137 zoneInfo->DaylightDate = daylightDate; in getWindowsTimeZoneInfo()
/third_party/node/deps/v8/src/base/platform/
Dplatform-win32.cc173 tzinfo_.DaylightDate.wMonth = 3; in InitializeIfNeeded()
174 tzinfo_.DaylightDate.wDay = 5; in InitializeIfNeeded()
175 tzinfo_.DaylightDate.wHour = 2; in InitializeIfNeeded()
437 cache->tzinfo_.DaylightDate.wMonth != 0) { in InDST()