Home | History | Annotate | Download | only in libcutils

Lines Matching refs:chars

151 	char		chars[BIGGEST(BIGGEST(TZ_MAX_CHARS + 1, sizeof gmt),
468 sp->charcnt + /* chars */
498 sp->chars[i] = *p++;
499 sp->chars[i] = '\0'; /* ensure '\0' at end */
591 sp->chars[sp->charcnt++] =
592 ts.chars[i];
949 if (stdlen >= sizeof sp->chars)
950 stdlen = (sizeof sp->chars) - 1;
1149 if ((size_t) sp->charcnt > sizeof sp->chars)
1151 cp = sp->chars;
1267 tzname[tmp->tm_isdst] = &sp->chars[ttisp->tt_abbrind];
1269 tmp->TM_ZONE = &sp->chars[ttisp->tt_abbrind];
1336 else tmp->TM_ZONE = gmtptr->chars;
1339 tmp->TM_ZONE = gmtptr->chars;