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

/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/zic.tproj/
H A Dzic.c1419 int fromi; local
1423 fromi = 0;
1424 while (fromi < timecnt && attypes[fromi].at < min_time)
1425 ++fromi;
1427 while (fromi < timecnt && attypes[fromi].type == 0)
1428 ++fromi; /* handled by default rule */
1429 for ( ; fromi < timecnt; ++fromi) {
[all...]
/macosx-10.9.5/system_cmds-597.90.1/zic.tproj/
H A Dzic.c1419 int fromi; local
1423 fromi = 0;
1424 while (fromi < timecnt && attypes[fromi].at < min_time)
1425 ++fromi;
1427 while (fromi < timecnt && attypes[fromi].type == 0)
1428 ++fromi; /* handled by default rule */
1429 for ( ; fromi < timecnt; ++fromi) {
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dzic.c1627 int fromi; local
1631 fromi = 0;
1632 while (fromi < timecnt && attypes[fromi].at < min_time)
1633 ++fromi;
1635 while (fromi < timecnt && attypes[fromi].type == 0)
1636 ++fromi; /* handled by default rule */
1637 for ( ; fromi < timecnt; ++fromi) {
[all...]

Completed in 132 milliseconds