Home
last modified time | relevance | path

Searched refs:tzhead (Results 1 - 12 of 12) sorted by relevance

/third_party/tzdata/
H A Dtzfile.h37 struct tzhead { struct
77 ** of tzhead and a second instance of the data in which each coded transition
H A Dlocaltime.c375 struct tzhead tzhead; member
379 char buf[2 * sizeof(struct tzhead) + 2 * sizeof(struct state)
419 register int tzheadsize = sizeof(struct tzhead); in tzloadbody()
476 char version = up->tzhead.tzh_version[0]; in tzloadbody()
479 int_fast32_t ttisstdcnt = detzcode(up->tzhead.tzh_ttisstdcnt); in tzloadbody()
480 int_fast32_t ttisutcnt = detzcode(up->tzhead.tzh_ttisutcnt); in tzloadbody()
483 int_fast32_t leapcnt = detzcode(up->tzhead.tzh_leapcnt); in tzloadbody()
484 int_fast32_t timecnt = detzcode(up->tzhead.tzh_timecnt); in tzloadbody()
485 int_fast32_t typecnt = detzcode(up->tzhead in tzloadbody()
[all...]
H A Dzic.c2502 struct tzhead tzh; in writezone()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtzfile.h44 struct tzhead { struct
84 ** of tzhead and a second instance of the data in which each coded transition
H A Dtime_zone_info.h94 bool Build(const tzhead& tzh);
H A Dtime_zone_info.cc252 bool TimeZoneInfo::Header::Build(const tzhead& tzh) { in Build()
393 tzhead tzh;
/third_party/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c335 struct tzhead tzhead; in tzload() member
336 char buf[2 * sizeof(struct tzhead) + in tzload()
396 ttisstdcnt = (int) detzcode(up->tzhead.tzh_ttisstdcnt); in tzload()
397 ttisgmtcnt = (int) detzcode(up->tzhead.tzh_ttisgmtcnt); in tzload()
398 sp->leapcnt = (int) detzcode(up->tzhead.tzh_leapcnt); in tzload()
399 sp->timecnt = (int) detzcode(up->tzhead.tzh_timecnt); in tzload()
400 sp->typecnt = (int) detzcode(up->tzhead.tzh_typecnt); in tzload()
401 sp->charcnt = (int) detzcode(up->tzhead.tzh_charcnt); in tzload()
402 p = up->tzhead in tzload()
[all...]
H A Dtzfile.h40 struct tzhead { struct
79 ** of tzhead and a second instance of the data in which each coded transition
H A Dzic.c1607 static const struct tzhead tzh0; in writezone()
1608 static struct tzhead tzh; in writezone()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dlocaltime.c333 struct tzhead tzhead; in tzload() member
334 char buf[2 * sizeof(struct tzhead) + in tzload()
394 ttisstdcnt = (int) detzcode(up->tzhead.tzh_ttisstdcnt); in tzload()
395 ttisgmtcnt = (int) detzcode(up->tzhead.tzh_ttisgmtcnt); in tzload()
396 sp->leapcnt = (int) detzcode(up->tzhead.tzh_leapcnt); in tzload()
397 sp->timecnt = (int) detzcode(up->tzhead.tzh_timecnt); in tzload()
398 sp->typecnt = (int) detzcode(up->tzhead.tzh_typecnt); in tzload()
399 sp->charcnt = (int) detzcode(up->tzhead.tzh_charcnt); in tzload()
400 p = up->tzhead in tzload()
[all...]
H A Dtzfile.h40 struct tzhead { struct
79 ** of tzhead and a second instance of the data in which each coded transition
H A Dzic.c1606 static const struct tzhead tzh0; in writezone()
1607 static struct tzhead tzh; in writezone()

Completed in 25 milliseconds