OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:daylightType
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/
putil.cpp
750
int32_t
daylightType
; /* 0=U_DAYLIGHT_NONE, 1=daylight in June-U_DAYLIGHT_JUNE, 2=daylight in December=U_DAYLIGHT_DECEMBER*/
765
More values could be added to
daylightType
to increase precision.
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);
840
&&
daylightType
== OFFSET_ZONE_MAPPINGS[idx].
daylightType
[
all
...]
/external/chromium_org/third_party/icu/source/common/
putil.c
731
int32_t
daylightType
; /* 1=daylight in June, 2=daylight in December*/
744
More values could be added to
daylightType
to increase precision.
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);
819
&&
daylightType
== OFFSET_ZONE_MAPPINGS[idx].
daylightType
[
all
...]
Completed in 22 milliseconds