Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dzic.c196 static zic_t max_year; variable
1986 if (max_year < x) in updateminmax()
1987 max_year = x; in updateminmax()
2266 min_year = max_year = EPOCH_YEAR; in outzone()
2332 if (max_year <= ZIC_MAX - years_of_observations) in outzone()
2333 max_year += years_of_observations; in outzone()
2334 else max_year = ZIC_MAX; in outzone()
2343 max_year = min_year + years_of_observations; in outzone()
2352 if (max_year < 2037) in outzone()
2353 max_year = 2037; in outzone()
[all …]