Home | History | Annotate | Download | only in calendarcommon

Lines Matching refs:maxDay

344         int maxDay = instance.getActualMaximum(Time.MONTH_DAY);
345 int daySet[] = new int[maxDay];
348 for (int md = 1; md <= maxDay; md++) {