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

/external/icu4c/tools/tzcode/
H A Dzic.c403 } attypes[TZ_MAX_TIMES]; variable in typeref:struct:attype
1621 (void) qsort((void *) attypes, (size_t) timecnt,
1622 (size_t) sizeof *attypes, atcomp);
1632 while (fromi < timecnt && attypes[fromi].at < min_time)
1635 while (fromi < timecnt && attypes[fromi].type == 0)
1638 if (toi != 0 && ((attypes[fromi].at +
1639 gmtoffs[attypes[toi - 1].type]) <=
1640 (attypes[toi - 1].at + gmtoffs[toi == 1 ? 0
1641 : attypes[toi - 2].type]))) {
1642 attypes[to
[all...]

Completed in 14 milliseconds