Searched refs:years_of_observations (Results 1 – 3 of 3) sorted by relevance
1078 enum { years_of_observations = YEARSPERREPEAT + 2 }; enumerator
1378 if (increment_overflow(&yearlim, years_of_observations)) in tzparse()1415 years_of_observations)) in tzparse()1427 } else if (years_of_observations <= year - yearbeg) in tzparse()
3242 if (min_year >= ZIC_MIN + years_of_observations) in outzone()3243 min_year -= years_of_observations; in outzone()3245 if (max_year <= ZIC_MAX - years_of_observations) in outzone()3246 max_year += years_of_observations; in outzone()