Searched defs:newDoY (Results 1 – 2 of 2) sorted by relevance
3805 immutable newDoY = (yearIsLeapYear(_year) ? daysInLeapYear : daysInYear) + day + 1; in this() local
3957 immutable newDoY = (yearIsLeapYear(_year) ? daysInLeapYear : daysInYear) + day + 1; in this() local