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

  /bionic/libc/tzcode/
tzfile.h 50 struct tzhead { struct
89 ** of tzhead and a second instance of the data in which each coded transition
localtime.c 423 struct tzhead tzhead; member in union:__anon595
424 char buf[2 * sizeof(struct tzhead) +
524 ttisstdcnt = (int) detzcode(u.tzhead.tzh_ttisstdcnt);
525 ttisgmtcnt = (int) detzcode(u.tzhead.tzh_ttisgmtcnt);
526 sp->leapcnt = (int) detzcode(u.tzhead.tzh_leapcnt);
527 sp->timecnt = (int) detzcode(u.tzhead.tzh_timecnt);
528 sp->typecnt = (int) detzcode(u.tzhead.tzh_typecnt);
529 sp->charcnt = (int) detzcode(u.tzhead.tzh_charcnt);
530 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:__anon6557
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...]
zic.c     [all...]
  /system/core/libcutils/
tzfile.h 50 struct tzhead { struct
89 ** of tzhead and a second instance of the data in which each coded transition
tztime.c 365 struct tzhead tzhead; member in union:__anon26000
366 char buf[2 * sizeof(struct tzhead) +
450 ttisstdcnt = (int) detzcode(u.tzhead.tzh_ttisstdcnt);
451 ttisgmtcnt = (int) detzcode(u.tzhead.tzh_ttisgmtcnt);
452 sp->leapcnt = (int) detzcode(u.tzhead.tzh_leapcnt);
453 sp->timecnt = (int) detzcode(u.tzhead.tzh_timecnt);
454 sp->typecnt = (int) detzcode(u.tzhead.tzh_typecnt);
455 sp->charcnt = (int) detzcode(u.tzhead.tzh_charcnt);
456 p = u.tzhead.tzh_charcnt + sizeof u.tzhead.tzh_charcnt
    [all...]

Completed in 1800 milliseconds