Home | History | Annotate | Download | only in calendar

Lines Matching refs:counts

3001     private void incrementSkipCount(int[] counts, int startIndex, int endIndex) {
3002 if (counts == null || startIndex < 0 || endIndex > counts.length) {
3006 counts[i]++;