Home
last modified time | relevance | path

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

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