Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dzic.c2646 struct attype *lastat; in outzone() local
2651 for (lastat = &attypes[0], i = 1; i < timecnt; i++) in outzone()
2652 if (attypes[i].at > lastat->at) in outzone()
2653 lastat = &attypes[i]; in outzone()
2654 if (lastat->at < rpytime(&xr, max_year - 1)) { in outzone()
2663 gmtoffs[typecnt] = gmtoffs[lastat->type]; in outzone()
2664 isdsts[typecnt] = isdsts[lastat->type]; in outzone()
2665 ttisstds[typecnt] = ttisstds[lastat->type]; in outzone()
2666 ttisgmts[typecnt] = ttisgmts[lastat->type]; in outzone()
2667 abbrinds[typecnt] = abbrinds[lastat->type]; in outzone()