HomeSort by relevance Sort by last modified time
    Searched defs:tzhead (Results 1 - 6 of 6) sorted by null

  /bionic/libc/tzcode/
tzfile.h 40 struct tzhead { struct
79 ** of tzhead and a second instance of the data in which each coded transition
localtime.c 353 struct tzhead tzhead; member in union:__anon711
354 char buf[2 * sizeof(struct tzhead) +
384 ttisstdcnt = (int) detzcode(up->tzhead.tzh_ttisstdcnt);
385 ttisgmtcnt = (int) detzcode(up->tzhead.tzh_ttisgmtcnt);
386 sp->leapcnt = (int) detzcode(up->tzhead.tzh_leapcnt);
387 sp->timecnt = (int) detzcode(up->tzhead.tzh_timecnt);
388 sp->typecnt = (int) detzcode(up->tzhead.tzh_typecnt);
389 sp->charcnt = (int) detzcode(up->tzhead.tzh_charcnt);
390 p = up->tzhead.tzh_charcnt + sizeof up->tzhead.tzh_charcnt
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
tzfile.h 50 struct tzhead { struct
89 ** of tzhead and a second instance of the data in which each coded transition
localtime.c 347 struct tzhead tzhead; member in union:__anon13632
348 char buf[2 * sizeof(struct tzhead) +
396 ttisstdcnt = (int) detzcode(u.tzhead.tzh_ttisstdcnt);
397 ttisgmtcnt = (int) detzcode(u.tzhead.tzh_ttisgmtcnt);
398 sp->leapcnt = (int) detzcode(u.tzhead.tzh_leapcnt);
399 sp->timecnt = (int) detzcode(u.tzhead.tzh_timecnt);
400 sp->typecnt = (int) detzcode(u.tzhead.tzh_typecnt);
401 sp->charcnt = (int) detzcode(u.tzhead.tzh_charcnt);
402 p = u.tzhead.tzh_charcnt + sizeof u.tzhead.tzh_charcnt
    [all...]
  /external/icu4c/tools/tzcode/
tzfile.h 50 struct tzhead { struct
89 ** of tzhead and a second instance of the data in which each coded transition
localtime.c 347 struct tzhead tzhead; member in union:__anon21010
348 char buf[2 * sizeof(struct tzhead) +
396 ttisstdcnt = (int) detzcode(u.tzhead.tzh_ttisstdcnt);
397 ttisgmtcnt = (int) detzcode(u.tzhead.tzh_ttisgmtcnt);
398 sp->leapcnt = (int) detzcode(u.tzhead.tzh_leapcnt);
399 sp->timecnt = (int) detzcode(u.tzhead.tzh_timecnt);
400 sp->typecnt = (int) detzcode(u.tzhead.tzh_typecnt);
401 sp->charcnt = (int) detzcode(u.tzhead.tzh_charcnt);
402 p = u.tzhead.tzh_charcnt + sizeof u.tzhead.tzh_charcnt
    [all...]

Completed in 93 milliseconds