Home
last modified time | relevance | path

Searched refs:tzh_typecnt (Results 1 – 19 of 19) sorted by relevance

/third_party/python/Tools/tz/
Dzdump.py24 tzh_timecnt, tzh_typecnt, tzh_charcnt) = struct.unpack(">6l", header)
34 for i in range(tzh_typecnt):
/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtzfile.h52 char tzh_typecnt[4]; /* coded number of local time types */ member
Dtime_zone_info.cc255 if ((v = Decode32(tzh.tzh_typecnt)) < 0) return false; in Build()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtzfile.h52 char tzh_typecnt[4]; /* coded number of local time types */ member
Dtime_zone_info.cc256 if ((v = Decode32(tzh.tzh_typecnt)) < 0) return false; in Build()
/third_party/tzdata/
Dtzfile.h53 char tzh_typecnt[4]; /* coded number of local time types */ member
Dtzfile.5.txt42 tzh_typecnt
66 * tzh_typecnt ttinfo entries, each defined as follows:
Dzic.c2179 convert(thistypecnt, tzh.tzh_typecnt); in writezone()
2188 DO(tzh_typecnt); in writezone()
Dlocaltime.c459 int_fast32_t typecnt = detzcode(up->tzhead.tzh_typecnt); in tzloadbody()
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dtzfile.h48 char tzh_typecnt[4]; /* coded number of local time types */ member
Dzic.c1868 convert(thistypecnt, tzh.tzh_typecnt); in writezone()
1877 DO(tzh_typecnt); in writezone()
Dlocaltime.c398 sp->typecnt = (int) detzcode(up->tzhead.tzh_typecnt); in tzload()
/third_party/icu/icu4c/source/tools/tzcode/
Dtzfile.h48 char tzh_typecnt[4]; /* coded number of local time types */ member
Dzic.c1868 convert(thistypecnt, tzh.tzh_typecnt); in writezone()
1877 DO(tzh_typecnt); in writezone()
Dlocaltime.c398 sp->typecnt = (int) detzcode(up->tzhead.tzh_typecnt); in tzload()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dtzfile.h48 char tzh_typecnt[4]; /* coded number of local time types */ member
Dzic.c1868 convert(thistypecnt, tzh.tzh_typecnt); in writezone()
1877 DO(tzh_typecnt); in writezone()
Dlocaltime.c398 sp->typecnt = (int) detzcode(up->tzhead.tzh_typecnt); in tzload()
/third_party/glib/glib/
Dgtimezone.c123 guint32_be tzh_typecnt; member
597 6 * guint32_from_be(header->tzh_typecnt) + in init_zone_from_iana_info()
602 type_count = guint32_from_be(header->tzh_typecnt); in init_zone_from_iana_info()