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

/external/chromium_org/third_party/icu/source/common/
H A Dputil.cpp755 const char *stdID; member in struct:OffsetZoneMapping
835 static const char* remapShortTimeZone(const char *stdID, const char *dstID, int32_t daylightType, int32_t offset) argument
839 fprintf(stderr, "TZ=%s std=%s dst=%s daylight=%d offset=%d\n", getenv("TZ"), stdID, dstID, daylightType, offset);
845 && strcmp(OFFSET_ZONE_MAPPINGS[idx].stdID, stdID) == 0
/external/icu/icu4c/source/common/
H A Dputil.cpp755 const char *stdID; member in struct:OffsetZoneMapping
835 static const char* remapShortTimeZone(const char *stdID, const char *dstID, int32_t daylightType, int32_t offset) argument
839 fprintf(stderr, "TZ=%s std=%s dst=%s daylight=%d offset=%d\n", getenv("TZ"), stdID, dstID, daylightType, offset);
845 && strcmp(OFFSET_ZONE_MAPPINGS[idx].stdID, stdID) == 0

Completed in 163 milliseconds