Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c117 int typecnt; member
335 for (i = sp->typecnt - 1; stddst_mask && 0 <= i; i--) in settzname()
503 int_fast32_t typecnt = detzcode(up->tzhead.tzh_typecnt); in tzloadbody() local
510 && 0 <= typecnt && typecnt < TZ_MAX_TYPES in tzloadbody()
519 + typecnt * 6 /* ttinfos */ in tzloadbody()
529 if (! ((ttisstdcnt == typecnt || ttisstdcnt == 0) in tzloadbody()
530 && (ttisutcnt == typecnt || ttisutcnt == 0))) in tzloadbody()
535 sp->typecnt = typecnt; in tzloadbody()
564 if (sp->typecnt <= typ) in tzloadbody()
570 for (i = 0; i < sp->typecnt; ++i) { in tzloadbody()
[all …]