Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c126 int charcnt; member
321 for (i = 0; i < sp->charcnt; ++i) in scrub_abbrs()
445 int_fast32_t charcnt = detzcode(up->tzhead.tzh_charcnt); in tzloadbody() local
450 && 0 <= charcnt && charcnt < TZ_MAX_CHARS in tzloadbody()
459 + charcnt /* chars */ in tzloadbody()
467 sp->charcnt = charcnt; in tzloadbody()
513 if (! (abbrind < sp->charcnt)) in tzloadbody()
517 for (i = 0; i < sp->charcnt; ++i) in tzloadbody()
592 int charcnt = sp->charcnt; in tzloadbody() local
596 for (j = 0; j < charcnt; j++) in tzloadbody()
[all …]