Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dwintz.c289 TZI tziKey; in uprv_detectWindowsTimeZone() local
301 uprv_memset(&tziKey, 0, sizeof(tziKey)); in uprv_detectWindowsTimeZone()
304 tziKey.bias = apiTZI.Bias; in uprv_detectWindowsTimeZone()
305 uprv_memcpy((char *)&tziKey.standardDate, (char*)&apiTZI.StandardDate, in uprv_detectWindowsTimeZone()
307 uprv_memcpy((char *)&tziKey.daylightDate, (char*)&apiTZI.DaylightDate, in uprv_detectWindowsTimeZone()
378 tziKey.standardBias = tziReg.standardBias; in uprv_detectWindowsTimeZone()
379 tziKey.daylightBias = tziReg.daylightBias; in uprv_detectWindowsTimeZone()
381 if (uprv_memcmp((char *)&tziKey, (char*)&tziReg, sizeof(tziKey)) == 0) { in uprv_detectWindowsTimeZone()