Searched refs:calendarMonthMax (Results 1 – 1 of 1) sorted by relevance
323 int calendarMonthMax = calendarsWith13Months.contains(calType) ? 13 : 12; in addPaths() local324 …if (month > 0 && month <= calendarMonthMax) { // This is just a quick check to make sure the path … in addPaths()325 for (Integer i = 1; i <= calendarMonthMax; i++) { in addPaths()