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

/external/chromium_org/third_party/icu/source/common/
H A Dputil.c733 const char *dstID; member in struct:OffsetZoneMapping
810 static const char* remapShortTimeZone(const char *stdID, const char *dstID, int32_t daylightType, int32_t offset) argument
814 fprintf(stderr, "TZ=%s std=%s dst=%s daylight=%d offset=%d\n", getenv("TZ"), stdID, dstID, daylightType, offset);
821 && strcmp(OFFSET_ZONE_MAPPINGS[idx].dstID, dstID) == 0)
/external/icu4c/common/
H A Dputil.cpp752 const char *dstID; member in struct:OffsetZoneMapping
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);
842 && strcmp(OFFSET_ZONE_MAPPINGS[idx].dstID, dstID) == 0)

Completed in 110 milliseconds