/reactos/modules/rostests/winetests/kernel32/ |
H A D | time.c | 221 return tzinfo->DaylightBias; in get_tz_bias() 283 tzinfo.DaylightBias); in test_GetTimeZoneInformation() 297 (tzinfo.DaylightBias == tzinfo1.DaylightBias)), in test_GetTimeZoneInformation() 323 tzinfo.DaylightBias += 456; in test_GetTimeZoneInformation() 356 tzinfo.DaylightBias = -60; in test_GetTimeZoneInformation() 468 tzE.DaylightBias=-60; in test_TzSpecificLocalTimeToSystemTime() 479 tzW.DaylightBias=-60; in test_TzSpecificLocalTimeToSystemTime() 490 tzS.DaylightBias=-60; in test_TzSpecificLocalTimeToSystemTime() 942 …ok(tzinfo.DaylightBias == local_tzinfo.DaylightBias, "Expected DaylightBias %d, got %d\n", local_t… in test_GetTimeZoneInformationForYear() 956 …ok(tzinfo.DaylightBias == local_tzinfo.DaylightBias, "Expected DaylightBias %d, got %d\n", local_t… in test_GetTimeZoneInformationForYear() [all …]
|
H A D | generated.c | 1788 TEST_FIELD_SIZE (TIME_ZONE_INFORMATION, DaylightBias, 4) in test_pack_TIME_ZONE_INFORMATION() 1789 TEST_FIELD_ALIGN (TIME_ZONE_INFORMATION, DaylightBias, 4) in test_pack_TIME_ZONE_INFORMATION() 1790 TEST_FIELD_OFFSET(TIME_ZONE_INFORMATION, DaylightBias, 168) in test_pack_TIME_ZONE_INFORMATION() 3645 TEST_FIELD_SIZE (TIME_ZONE_INFORMATION, DaylightBias, 4) in test_pack_TIME_ZONE_INFORMATION() 3646 TEST_FIELD_ALIGN (TIME_ZONE_INFORMATION, DaylightBias, 4) in test_pack_TIME_ZONE_INFORMATION() 3647 TEST_FIELD_OFFSET(TIME_ZONE_INFORMATION, DaylightBias, 168) in test_pack_TIME_ZONE_INFORMATION()
|
/reactos/modules/rostests/apitests/ntdll/ |
H A D | RtlQueryTimeZoneInfo.c | 43 LONG DaylightBias; 79 tziNew.DaylightBias = -60; in test_RtlQueryTimeZoneInformation() 138 …ok(tzinfo.DaylightBias == -60, "tzinfo.DaylightBias expected '-60', got '%ld'.\n", tzinfo.Daylight… in test_RtlQueryTimeZoneInformation()
|
/reactos/dll/win32/kernel32/wine/ |
H A D | timezone.c | 157 llTime -= pTZinfo->DaylightBias * (LONGLONG)TICKSPERMIN; in TIME_CompTimeZoneID() 173 llTime -= ( pTZinfo->StandardBias - pTZinfo->DaylightBias ) in TIME_CompTimeZoneID() 247 bias += pTZinfo->DaylightBias; in TIME_GetTimezoneBias() 305 lpTimeZoneInformation->DaylightBias = TimeZoneInformation.DaylightBias; in GetTimeZoneInformation() 349 TimeZoneInformation.DaylightBias = lpTimeZoneInformation->DaylightBias; in SetTimeZoneInformation()
|
/reactos/dll/cpl/timedate/ |
H A D | timezone.c | 208 (Entry->TimezoneInfo.DaylightBias == TimeZoneInfo.DaylightBias) && in ShowTimeZoneList() 256 TimeZoneInformation.DaylightBias = Entry->TimezoneInfo.DaylightBias; in SetLocalTimeZone()
|
/reactos/sdk/lib/rtl/ |
H A D | timezone.c | 67 QueryTable[5].EntryContext = &TimeZoneInformation->DaylightBias; in RtlQueryTimeZoneInformation() 158 &TimeZoneInformation->DaylightBias, in RtlSetTimeZoneInformation()
|
/reactos/ntoskrnl/ex/ |
H A D | time.c | 93 … NewTimeZoneBias->QuadPart += (LONGLONG)ExpTimeZoneInfo.DaylightBias * TICKSPERMINUTE; in ExpGetTimeZoneId() 115 … NewTimeZoneBias->QuadPart += (LONGLONG)ExpTimeZoneInfo.DaylightBias * TICKSPERMINUTE; in ExpGetTimeZoneId() 419 ExpTimeZoneBias.QuadPart += (LONGLONG)ExpTimeZoneInfo.DaylightBias * TICKSPERMINUTE; in ExpSetTimeZoneInformation()
|
/reactos/sdk/lib/tzlib/ |
H A D | tzlib.h | 18 LONG DaylightBias; member
|
/reactos/sdk/lib/crt/time/ |
H A D | timezone.c | 192 _dstbias = (tzi.DaylightBias - tzi.StandardBias) * 60; in _tzset()
|
/reactos/modules/rostests/winetests/msvcrt/ |
H A D | time.c | 211 tzinfo.Bias, tzinfo.StandardBias, tzinfo.DaylightBias, buffer ); in test_mktime() 215 secs -= (my_tm.tm_isdst ? tzinfo.DaylightBias : tzinfo.StandardBias) * SECSPERMIN; in test_mktime() 319 gmt += (lt->tm_isdst ? tzinfo.DaylightBias : tzinfo.StandardBias) * SECSPERMIN; in test_localtime() 342 gmt += (lt->tm_isdst ? tzinfo.DaylightBias : tzinfo.StandardBias) * SECSPERMIN; in test_localtime()
|
/reactos/base/services/srvsvc/ |
H A D | rpcserver.c | 588 lpTod->tod_timezone = TimeZoneInfo.Bias + TimeZoneInfo.DaylightBias; in NetrRemoteTOD()
|
/reactos/sdk/include/ndk/ |
H A D | rtltypes.h | 1716 LONG DaylightBias; member
|
/reactos/dll/win32/jscript/ |
H A D | date.c | 2029 date->daylightBias = tzi.DaylightBias; in create_date() 2090 di.daylightBias = tzi.DaylightBias; in date_parse()
|
/reactos/dll/win32/syssetup/ |
H A D | wizard.c | 1685 TimeZoneInformation.DaylightBias = Entry->TimezoneInfo.DaylightBias; in SetLocalTimeZone()
|
/reactos/sdk/include/reactos/wine/ |
H A D | winternl.h | 144 LONG DaylightBias; member 155 LONG DaylightBias; member
|
/reactos/dll/win32/wbemprox/ |
H A D | builtin.c | 3897 Bias+= tzi.DaylightBias; in get_localdatetime() 4036 if (status == TIME_ZONE_ID_DAYLIGHT) return -(info.Bias + info.DaylightBias); in get_currenttimezone()
|
/reactos/sdk/include/psdk/ |
H A D | winbase.h | 1225 LONG DaylightBias; member 1237 LONG DaylightBias; member
|