HomeSort by relevance Sort by last modified time
    Searched refs:dstID (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/
putil.cpp 756 const char *dstID;
835 static const char* remapShortTimeZone(const char *stdID, const char *dstID, int32_t daylightType, int32_t offset)
839 fprintf(stderr, "TZ=%s std=%s dst=%s daylight=%d offset=%d\n", getenv("TZ"), stdID, dstID, daylightType, offset);
846 && strcmp(OFFSET_ZONE_MAPPINGS[idx].dstID, dstID) == 0)
    [all...]
  /external/icu/icu4c/source/common/
putil.cpp 756 const char *dstID;
835 static const char* remapShortTimeZone(const char *stdID, const char *dstID, int32_t daylightType, int32_t offset)
839 fprintf(stderr, "TZ=%s std=%s dst=%s daylight=%d offset=%d\n", getenv("TZ"), stdID, dstID, daylightType, offset);
846 && strcmp(OFFSET_ZONE_MAPPINGS[idx].dstID, dstID) == 0)
    [all...]

Completed in 52 milliseconds