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

/external/icu4c/tools/tzcode/
H A Dlocaltime.c115 time_t ats[TZ_MAX_TIMES]; member in struct:state
411 sp->timecnt * stored + /* ats */
420 sp->ats[i] = (stored == 4) ?
483 ** Out-of-sort ats should mean we're running on a
488 if (sp->ats[i] > sp->ats[i + 1]) {
502 sp->ats[j] = sp->ats[j + i];
541 ts.ats[i] <=
542 sp->ats[s
[all...]
H A Dzic.c1614 zic_t ats[TZ_MAX_TIMES]; local
1656 ats[i] = attypes[i].at;
1665 if (ats[i] > trans[j] - corr[j]) {
1666 ats[i] = tadd(ats[i], corr[j]);
1677 while (timecnt32 > 0 && !is32(ats[timecnt32 - 1]))
1679 while (timecnt32 > 0 && !is32(ats[timei32])) {
1808 puttzcode((long) ats[i], fp);
1809 else puttzcode64(ats[i], fp);
1838 if (timecnt == 0 || trans[i] < ats[
[all...]

Completed in 55 milliseconds