Lines Matching full:zoneinfo
111 static UBool getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length) {
123 zoneInfo->Bias = bias;
124 zoneInfo->DaylightBias = daylightBias;
125 zoneInfo->StandardBias = standardBias;
126 zoneInfo->DaylightDate = daylightDate;
127 zoneInfo->StandardDate = standardDate;
137 * Given the timezone icuid, fill in zoneInfo by calling auxillary functions that creates a timezone and extract the
138 * information to put into zoneInfo. This includes bias and standard time date and daylight saving date.
141 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length)
143 if (getWindowsTimeZoneInfo(zoneInfo, icuid, length)) {