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