Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dzic.c38 #define ZIC_MAX INT_FAST64_MAX macro
1104 if (ZIC_MAX / SECSPERHOUR < hh) { in gethms()
1449 rp->r_loyear = ZIC_MAX; in rulesub()
1468 rp->r_hiyear = ZIC_MAX; in rulesub()
2123 if (rp->r_hiwasnum || rp->r_hiyear != ZIC_MAX) in stringzone()
2269 updateminmax(leapmaxyear + (leapmaxyear < ZIC_MAX)); in outzone()
2332 if (max_year <= ZIC_MAX - years_of_observations) in outzone()
2334 else max_year = ZIC_MAX; in outzone()
2377 if (rp->r_hiyear == ZIC_MAX) { in outzone()
2954 if (t1 < 0 ? t2 < ZIC_MIN - t1 : ZIC_MAX - t1 < t2) { in oadd()
[all …]