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

/system/core/libcutils/
H A Dtztime.c145 int charcnt; member in struct:state
455 sp->charcnt = (int) detzcode(u.tzhead.tzh_charcnt);
460 sp->charcnt < 0 || sp->charcnt > TZ_MAX_CHARS ||
468 sp->charcnt + /* chars */
494 ttisp->tt_abbrind > sp->charcnt)
497 for (i = 0; i < sp->charcnt; ++i)
586 sp->charcnt + ts.charcnt <= TZ_MAX_CHARS) {
589 sp->charcnt;
[all...]

Completed in 482 milliseconds