Searched refs:dynamicTZI (Results 1 – 1 of 1) sorted by relevance
91 DYNAMIC_TIME_ZONE_INFORMATION dynamicTZI; in uprv_detectWindowsTimeZone() local92 uprv_memset(&dynamicTZI, 0, sizeof(dynamicTZI)); in uprv_detectWindowsTimeZone()96 if (GetDynamicTimeZoneInformation(&dynamicTZI) == TIME_ZONE_ID_INVALID) { in uprv_detectWindowsTimeZone()114 if (dynamicTZI.DynamicDaylightTimeDisabled != 0 && in uprv_detectWindowsTimeZone()115 …uprv_memcmp(&dynamicTZI.StandardDate, &dynamicTZI.DaylightDate, sizeof(dynamicTZI.StandardDate)) =… in uprv_detectWindowsTimeZone()116 …((dynamicTZI.TimeZoneKeyName[0] != L'\0' && uprv_memcmp(&dynamicTZI.StandardDate, &systemTimeAllZe… in uprv_detectWindowsTimeZone()117 …(dynamicTZI.TimeZoneKeyName[0] == L'\0' && uprv_memcmp(&dynamicTZI.StandardDate, &systemTimeAllZer… in uprv_detectWindowsTimeZone()119 LONG utcOffsetMins = dynamicTZI.Bias; in uprv_detectWindowsTimeZone()153 WCHAR *windowsTimeZoneName = dynamicTZI.TimeZoneKeyName; in uprv_detectWindowsTimeZone()155 if (dynamicTZI.TimeZoneKeyName[0] == 0) { in uprv_detectWindowsTimeZone()[all …]