Searched refs:daylightType (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/ |
D | putil.cpp | 735 …int32_t daylightType; /* 0=U_DAYLIGHT_NONE, 1=daylight in June-U_DAYLIGHT_JUNE, 2=daylight in Dece… member 816 static const char* remapShortTimeZone(const char *stdID, const char *dstID, int32_t daylightType, i… in remapShortTimeZone() argument 820 …, "TZ=%s std=%s dst=%s daylight=%d offset=%d\n", getenv("TZ"), stdID, dstID, daylightType, offset); in remapShortTimeZone() 825 && daylightType == OFFSET_ZONE_MAPPINGS[idx].daylightType in remapShortTimeZone() 1130 int daylightType; in uprv_tzname() local 1138 daylightType = U_DAYLIGHT_DECEMBER; in uprv_tzname() 1140 daylightType = U_DAYLIGHT_JUNE; in uprv_tzname() 1142 daylightType = U_DAYLIGHT_NONE; in uprv_tzname() 1144 tzid = remapShortTimeZone(U_TZNAME[0], U_TZNAME[1], daylightType, uprv_timezone()); in uprv_tzname()
|