Searched refs:lastDate (Results 1 – 2 of 2) sorted by relevance
3051 int lastDate = monthLength(month, year) + (7 * (dowim + 1)); in getFixedDate() local3053 … fixedDate = BaseCalendar.getDayOfWeekDateOnOrBefore(fixedDate + lastDate - 1, in getFixedDate()
2060 int lastDate = monthLength(month, year) + (7 * (dowim + 1));2062 … fixedDate = LocalGregorianCalendar.getDayOfWeekDateOnOrBefore(fixedDate + lastDate - 1,