Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dzdump.c699 intmax_t diff400 = (y - myy) / 400; in yeartot() local
700 if (INTMAX_MAX / SECSPER400YEARS < diff400) in yeartot()
702 seconds = diff400 * SECSPER400YEARS; in yeartot()
703 years = diff400 * 400; in yeartot()
715 intmax_t diff400 = (myy - y) / 400; in yeartot() local
716 if (INTMAX_MAX / SECSPER400YEARS < diff400) in yeartot()
718 seconds = diff400 * SECSPER400YEARS; in yeartot()
719 years = diff400 * 400; in yeartot()