Home
last modified time | relevance | path

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

/external/icu4c/common/
Dputil.c730 const char *dstID; member
807 static const char* remapShortTimeZone(const char *stdID, const char *dstID, int32_t daylightType, i… in remapShortTimeZone() argument
811 …fprintf(stderr, "TZ=%s std=%s dst=%s daylight=%d offset=%d\n", getenv("TZ"), stdID, dstID, dayligh… in remapShortTimeZone()
818 && strcmp(OFFSET_ZONE_MAPPINGS[idx].dstID, dstID) == 0) in remapShortTimeZone()