Home
last modified time | relevance | path

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

/external/icu4c/common/
Dwintz.c567 TZI tziKey; in uprv_detectWindowsTimeZone() local
577 uprv_memset(&tziKey, 0, sizeof(tziKey)); in uprv_detectWindowsTimeZone()
580 tziKey.bias = apiTZI.Bias; in uprv_detectWindowsTimeZone()
581 uprv_memcpy((char *)&tziKey.standardDate, (char*)&apiTZI.StandardDate, in uprv_detectWindowsTimeZone()
583 uprv_memcpy((char *)&tziKey.daylightDate, (char*)&apiTZI.DaylightDate, in uprv_detectWindowsTimeZone()
600 if (firstMatch >= 0 && tziKey.bias != tziReg.bias) { in uprv_detectWindowsTimeZone()
607 tziKey.standardBias = tziReg.standardBias; in uprv_detectWindowsTimeZone()
608 tziKey.daylightBias = tziReg.daylightBias; in uprv_detectWindowsTimeZone()
610 if (uprv_memcmp((char *)&tziKey, (char*)&tziReg, sizeof(tziKey)) == 0) { in uprv_detectWindowsTimeZone()