Home
last modified time | relevance | path

Searched defs:tzhead (Results 1 – 7 of 7) sorted by relevance

/third_party/tzdata/
Dtzfile.h37 struct tzhead { struct
38 char tzh_magic[4]; /* TZ_MAGIC */
39 char tzh_version[1]; /* '\0' or '2'-'4' as of 2021 */
40 char tzh_reserved[15]; /* reserved; must be zero */
41 char tzh_ttisutcnt[4]; /* coded number of trans. time flags */
42 char tzh_ttisstdcnt[4]; /* coded number of trans. time flags */
43 char tzh_leapcnt[4]; /* coded number of leap seconds */
44 char tzh_timecnt[4]; /* coded number of transition times */
45 char tzh_typecnt[4]; /* coded number of local time types */
46 char tzh_charcnt[4]; /* coded number of abbr. chars */
Dlocaltime.c375 struct tzhead tzhead; member
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtzfile.h44 struct tzhead { struct
45 char tzh_magic[4]; /* TZ_MAGIC */
46 char tzh_version[1]; /* '\0' or '2' or '3' as of 2013 */
47 char tzh_reserved[15]; /* reserved; must be zero */
48 char tzh_ttisutcnt[4]; /* coded number of trans. time flags */
49 char tzh_ttisstdcnt[4]; /* coded number of trans. time flags */
50 char tzh_leapcnt[4]; /* coded number of leap seconds */
51 char tzh_timecnt[4]; /* coded number of transition times */
52 char tzh_typecnt[4]; /* coded number of local time types */
53 char tzh_charcnt[4]; /* coded number of abbr. chars */
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dtzfile.h40 struct tzhead { struct
41 char tzh_magic[4]; /* TZ_MAGIC */
42 char tzh_version[1]; /* '\0' or '2' or '3' as of 2013 */
43 char tzh_reserved[15]; /* reserved--must be zero */
44 char tzh_ttisgmtcnt[4]; /* coded number of trans. time flags */
45 char tzh_ttisstdcnt[4]; /* coded number of trans. time flags */
46 char tzh_leapcnt[4]; /* coded number of leap seconds */
47 char tzh_timecnt[4]; /* coded number of transition times */
48 char tzh_typecnt[4]; /* coded number of local time types */
49 char tzh_charcnt[4]; /* coded number of abbr. chars */
Dlocaltime.c333 struct tzhead tzhead; in tzload() member
/third_party/icu/icu4c/source/tools/tzcode/
Dtzfile.h40 struct tzhead { struct
41 char tzh_magic[4]; /* TZ_MAGIC */
42 char tzh_version[1]; /* '\0' or '2' or '3' as of 2013 */
43 char tzh_reserved[15]; /* reserved--must be zero */
44 char tzh_ttisgmtcnt[4]; /* coded number of trans. time flags */
45 char tzh_ttisstdcnt[4]; /* coded number of trans. time flags */
46 char tzh_leapcnt[4]; /* coded number of leap seconds */
47 char tzh_timecnt[4]; /* coded number of transition times */
48 char tzh_typecnt[4]; /* coded number of local time types */
49 char tzh_charcnt[4]; /* coded number of abbr. chars */
Dlocaltime.c335 struct tzhead tzhead; in tzload() member