OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dstID
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
putil.c
733
const char *
dstID
;
810
static const char* remapShortTimeZone(const char *stdID, const char *
dstID
, int32_t daylightType, int32_t offset)
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)
[
all
...]
/external/icu4c/common/
putil.cpp
752
const char *
dstID
;
831
static const char* remapShortTimeZone(const char *stdID, const char *
dstID
, int32_t daylightType, int32_t offset)
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)
[
all
...]
Completed in 1805 milliseconds