Searched refs:monthEnd (Results 1 – 3 of 3) sorted by relevance
326 int monthStart = matcher.start(3), monthEnd = matcher.end(3); in parse() local332 int months = parseNumber(text, monthStart, monthEnd, negate); in parse()
292 int monthEnd = moy.firstDayOfYear(leap) + moy.length(leap) - 1; in ofYearDay() local293 if (dayOfYear > monthEnd) { in ofYearDay()
1766 long monthEnd = gc.getFixedDateMonth1(gc.cdate, fd) + monthLength - 1; in getActualMaximum() local1768 BaseCalendar.Date d = gc.getCalendarDate(monthEnd); in getActualMaximum()