Home
last modified time | relevance | path

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

/aosp12/bionic/libc/tzcode/
H A Dlocaltime.c126 int charcnt; member
450 && 0 <= charcnt && charcnt < TZ_MAX_CHARS in tzloadbody()
467 sp->charcnt = charcnt; in tzloadbody()
592 int charcnt = sp->charcnt; in tzloadbody() local
602 if (! (j < charcnt)) { in tzloadbody()
613 sp->charcnt = charcnt; in tzloadbody()
1020 size_t charcnt; in tzparse() local
1050 charcnt = stdlen + 1; in tzparse()
1071 charcnt += dstlen + 1; in tzparse()
1234 sp->charcnt = charcnt; in tzparse()
[all …]