Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/tools/tzcode/
H A Dzic.c2328 enum { years_of_observations = YEARSPERREPEAT + 2 }; in outzone() enumerator
2330 if (min_year >= ZIC_MIN + years_of_observations) in outzone()
2331 min_year -= years_of_observations; in outzone()
2333 if (max_year <= ZIC_MAX - years_of_observations) in outzone()
2334 max_year += years_of_observations; in outzone()
2344 max_year = min_year + years_of_observations; in outzone()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dzic.c2327 enum { years_of_observations = YEARSPERREPEAT + 2 }; in outzone() enumerator
2329 if (min_year >= ZIC_MIN + years_of_observations) in outzone()
2330 min_year -= years_of_observations; in outzone()
2332 if (max_year <= ZIC_MAX - years_of_observations) in outzone()
2333 max_year += years_of_observations; in outzone()
2343 max_year = min_year + years_of_observations; in outzone()
/third_party/tzdata/
H A Dprivate.h984 enum { years_of_observations = YEARSPERREPEAT + 2 }; enumerator
H A Dlocaltime.c1208 if (increment_overflow(&yearlim, years_of_observations)) in tzparse()
1245 years_of_observations)) in tzparse()
1257 } else if (years_of_observations <= year - yearbeg) in tzparse()
H A Dzic.c3193 if (min_year >= ZIC_MIN + years_of_observations) in outzone()
3194 min_year -= years_of_observations; in outzone()
3196 if (max_year <= ZIC_MAX - years_of_observations) in outzone()
3197 max_year += years_of_observations; in outzone()

Completed in 20 milliseconds