Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DPathDescription.java157 String daylightType = parts.getElement(-1); in getDescription() local
158daylightType = daylightType.equals("daylight") ? "summer" : daylightType.equals("standard") ? "win… in getDescription()
159 : daylightType; in getDescription()
162 code = code + ", " + length + daylightType + " form"; in getDescription()
/external/icu/icu4c/source/common/
Dputil.cpp783 …int32_t daylightType; /* 0=U_DAYLIGHT_NONE, 1=daylight in June-U_DAYLIGHT_JUNE, 2=daylight in Dece… member
864 static const char* remapShortTimeZone(const char *stdID, const char *dstID, int32_t daylightType, i… in remapShortTimeZone() argument
868 …, "TZ=%s std=%s dst=%s daylight=%d offset=%d\n", getenv("TZ"), stdID, dstID, daylightType, offset); in remapShortTimeZone()
873 && daylightType == OFFSET_ZONE_MAPPINGS[idx].daylightType in remapShortTimeZone()
1184 int daylightType; in uprv_tzname() local
1192 daylightType = U_DAYLIGHT_DECEMBER; in uprv_tzname()
1194 daylightType = U_DAYLIGHT_JUNE; in uprv_tzname()
1196 daylightType = U_DAYLIGHT_NONE; in uprv_tzname()
1198 tzid = remapShortTimeZone(U_TZNAME[0], U_TZNAME[1], daylightType, uprv_timezone()); in uprv_tzname()