Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c125 int typecnt; member
298 for (i = 0; i < sp->typecnt; ++i) { in settzname()
327 for (i = 0; i < sp->typecnt; ++i) { in scrub_abbrs()
444 int_fast32_t typecnt = detzcode(up->tzhead.tzh_typecnt); in tzloadbody() local
448 && 0 < typecnt && typecnt < TZ_MAX_TYPES in tzloadbody()
451 && (ttisstdcnt == typecnt || ttisstdcnt == 0) in tzloadbody()
452 && (ttisgmtcnt == typecnt || ttisgmtcnt == 0))) in tzloadbody()
458 + typecnt * 6 /* ttinfos */ in tzloadbody()
466 sp->typecnt = typecnt; in tzloadbody()
495 if (sp->typecnt <= typ) in tzloadbody()
[all …]