Searched refs:DAYS_PER_CYCLE (Results 1 – 2 of 2) sorted by relevance
167 private static final int DAYS_PER_CYCLE = 146097; field in ZoneRules173 private static final long DAYS_0000_TO_1970 = (DAYS_PER_CYCLE * 5L) - (30L * 365L + 7L);958 long adjustCycles = (zeroDay + 1) / DAYS_PER_CYCLE - 1; in findYear()960 zeroDay += -adjustCycles * DAYS_PER_CYCLE; in findYear()962 long yearEst = (400 * zeroDay + 591) / DAYS_PER_CYCLE; in findYear()
161 private static final int DAYS_PER_CYCLE = 146097; field in LocalDate167 static final long DAYS_0000_TO_1970 = (DAYS_PER_CYCLE * 5L) - (30L * 365L + 7L);345 long adjustCycles = (zeroDay + 1) / DAYS_PER_CYCLE - 1; in ofEpochDay()347 zeroDay += -adjustCycles * DAYS_PER_CYCLE; in ofEpochDay()349 long yearEst = (400 * zeroDay + 591) / DAYS_PER_CYCLE; in ofEpochDay()