Searched refs:EPOCH_YEAR (Results 1 – 9 of 9) sorted by relevance
21 #define EPOCH_YEAR 1970 macro108 y = EPOCH_YEAR;
232 private static final int EPOCH_YEAR = 1970; field in GregorianCalendar817 year = internalGet(EXTENDED_YEAR, EPOCH_YEAR); in handleGetExtendedYear()824 year = internalGet(YEAR, EPOCH_YEAR); in handleGetExtendedYear()
230 private static final int EPOCH_YEAR = 1970; field in GregorianCalendar791 year = internalGet(EXTENDED_YEAR, EPOCH_YEAR); in handleGetExtendedYear()798 year = internalGet(YEAR, EPOCH_YEAR); in handleGetExtendedYear()
150 #define EPOCH_YEAR 1970 macro
1016 yearlim = EPOCH_YEAR + YEARSPERREPEAT; in tzparse()1017 for (year = EPOCH_YEAR; year < yearlim; year++) { in tzparse()1454 y = EPOCH_YEAR; in timesub()1517 ((y - EPOCH_YEAR) % DAYSPERWEEK) * in timesub()1520 leaps_thru_end_of(EPOCH_YEAR - 1) + in timesub()1735 else if (y + TM_YEAR_BASE < EPOCH_YEAR) { in time2sub()
131 #ifndef EPOCH_YEAR132 #define EPOCH_YEAR 1970 macro695 myy = EPOCH_YEAR; in yeartot()
1293 j = EPOCH_YEAR; in inleap()2266 min_year = max_year = EPOCH_YEAR; in outzone()2993 y = EPOCH_YEAR; in rpytime()
71 EPOCH_YEAR = 1970 variable74 if ((year >= EPOCH_YEAR) and (1 <= month <= 12) and (1 <= mday <= 31) and