Searched refs:dynamicTZI (Results 1 – 1 of 1) sorted by relevance
60 DYNAMIC_TIME_ZONE_INFORMATION dynamicTZI; in uprv_detectWindowsTimeZone() local61 uprv_memset(&dynamicTZI, 0, sizeof(dynamicTZI)); in uprv_detectWindowsTimeZone()66 if (TIME_ZONE_ID_INVALID == GetDynamicTimeZoneInformation(&dynamicTZI)) { in uprv_detectWindowsTimeZone()82 …reinterpret_cast<const UChar*>(dynamicTZI.TimeZoneKeyName), UPRV_LENGTHOF(dynamicTZI.TimeZoneKeyNa… in uprv_detectWindowsTimeZone()88 if (dynamicTZI.TimeZoneKeyName[0] != 0) { in uprv_detectWindowsTimeZone()