Lines Matching refs:ts
580 struct state ts; local
584 result = tzparse(&u.buf[1], &ts, FALSE);
585 if (result == 0 && ts.typecnt == 2 &&
586 sp->charcnt + ts.charcnt <= TZ_MAX_CHARS) {
588 ts.ttis[i].tt_abbrind +=
590 for (i = 0; i < ts.charcnt; ++i)
592 ts.chars[i];
594 while (i < ts.timecnt &&
595 ts.ats[i] <=
598 while (i < ts.timecnt &&
601 ts.ats[i];
604 ts.types[i];
608 sp->ttis[sp->typecnt++] = ts.ttis[0];
609 sp->ttis[sp->typecnt++] = ts.ttis[1];