Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dwintzimpl.cpp40 …lightDate, SYSTEMTIME &standardDate, int32_t &bias, int32_t &daylightBias, int32_t &standardBias) { in getSystemTimeInformation() argument
51 standardBias = 0; in getSystemTimeInformation()
63 standardBias = 0; in getSystemTimeInformation()
128 int32_t standardBias; in getWindowsTimeZoneInfo() local
132 … if (getSystemTimeInformation(tz, daylightDate, standardDate, bias, daylightBias, standardBias)) { in getWindowsTimeZoneInfo()
136 zoneInfo->StandardBias = standardBias; in getWindowsTimeZoneInfo()