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
288 for (i = 0; i < sp->typecnt; ++i) { in settzname()
321 for (i = 0; i < sp->typecnt; ++i) { in settzname()
411 sp->typecnt = (int) detzcode(up->tzhead.tzh_typecnt); in tzload()
415 sp->typecnt <= 0 || sp->typecnt > TZ_MAX_TYPES || in tzload()
418 (ttisstdcnt != sp->typecnt && ttisstdcnt != 0) || in tzload()
419 (ttisgmtcnt != sp->typecnt && ttisgmtcnt != 0)) in tzload()
424 sp->typecnt * 6 + /* ttinfos */ in tzload()
455 if (sp->typecnt <= typ) in tzload()
461 for (i = 0; i < sp->typecnt; ++i) { in tzload()
[all …]