Home
last modified time | relevance | path

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

/external/icu4c/common/
Dputil.c728 int32_t daylightType; /* 1=daylight in June, 2=daylight in December*/ member
807 static const char* remapShortTimeZone(const char *stdID, const char *dstID, int32_t daylightType, i… in remapShortTimeZone() argument
811 …, "TZ=%s std=%s dst=%s daylight=%d offset=%d\n", getenv("TZ"), stdID, dstID, daylightType, offset); in remapShortTimeZone()
816 && daylightType == OFFSET_ZONE_MAPPINGS[idx].daylightType in remapShortTimeZone()
1066 int daylightType; in uprv_tzname() local
1073 daylightType = ((decemberSol.tm_isdst > 0) << 1) | (juneSol.tm_isdst > 0); in uprv_tzname()
1074 tzid = remapShortTimeZone(U_TZNAME[0], U_TZNAME[1], daylightType, uprv_timezone()); in uprv_tzname()