Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dwintz.cpp60 DYNAMIC_TIME_ZONE_INFORMATION dynamicTZI; in uprv_detectWindowsTimeZone() local
61 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()