OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stdID
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
putil.c
732
const char *
stdID
;
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);
820
&& strcmp(OFFSET_ZONE_MAPPINGS[idx].
stdID
,
stdID
) == 0
[
all
...]
/external/icu4c/common/
putil.cpp
751
const char *
stdID
;
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);
841
&& strcmp(OFFSET_ZONE_MAPPINGS[idx].
stdID
,
stdID
) == 0
[
all
...]
Completed in 23 milliseconds