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

/system/core/libcutils/
H A Dtztime.c144 int typecnt; member in struct:state
454 sp->typecnt = (int) detzcode(u.tzhead.tzh_typecnt);
458 sp->typecnt <= 0 || sp->typecnt > TZ_MAX_TYPES ||
461 (ttisstdcnt != sp->typecnt && ttisstdcnt != 0) ||
462 (ttisgmtcnt != sp->typecnt && ttisgmtcnt != 0))
467 sp->typecnt * 6 + /* ttinfos */
480 if (sp->types[i] >= sp->typecnt)
483 for (i = 0; i < sp->typecnt; ++i) {
510 for (i = 0; i < sp->typecnt;
[all...]

Completed in 4 milliseconds