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

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dputil.cpp750 int32_t daylightType; /* 0=U_DAYLIGHT_NONE, 1=daylight in June-U_DAYLIGHT_JUNE, 2=daylight in December=U_DAYLIGHT_DECEMBER*/ member in struct:OffsetZoneMapping
765 More values could be added to daylightType to increase precision.
831 static const char* remapShortTimeZone(const char *stdID, const char *dstID, int32_t daylightType, int32_t offset) argument
835 fprintf(stderr, "TZ=%s std=%s dst=%s daylight=%d offset=%d\n", getenv("TZ"), stdID, dstID, daylightType, offset);
840 && daylightType == OFFSET_ZONE_MAPPINGS[idx].daylightType
1094 int daylightType;
1102 daylightType = U_DAYLIGHT_DECEMBER;
1104 daylightType = U_DAYLIGHT_JUNE;
1106 daylightType
[all...]

Completed in 117 milliseconds