Searched refs:yearEst (Results 1 – 1 of 1) sorted by relevance
318 long yearEst = (400 * zeroDay + 591) / DAYS_PER_CYCLE; in ofEpochDay() local319 long doyEst = zeroDay - (365 * yearEst + yearEst / 4 - yearEst / 100 + yearEst / 400); in ofEpochDay()322 yearEst--; in ofEpochDay()323 doyEst = zeroDay - (365 * yearEst + yearEst / 4 - yearEst / 100 + yearEst / 400); in ofEpochDay()325 yearEst += adjust; // reset any negative year in ofEpochDay()332 yearEst += marchMonth0 / 10; in ofEpochDay()335 int year = YEAR.checkValidIntValue(yearEst); in ofEpochDay()