Searched refs:ndays (Results 1 – 2 of 2) sorted by relevance
1366 int ndays = (int) (nextJan1st - nextJan1);1367 if (ndays >= getMinimalDaysInFirstWeek()) {1431 int ndays, dow1;1434 ndays = jcal.getMonthLength(d);1442 ndays -= x;1443 yield (ndays + 6) / 7;1744 int ndays = (int)(nextJan1st - nextJan1);1745 if (ndays >= getMinimalDaysInFirstWeek() && fixedDate >= (nextJan1st - 7)) {1767 int ndays = (int)(nextJan1st - nextJan1);1768 if (ndays >= getMinimalDaysInFirstWeek() && fixedDate >= (nextJan1st - 7)) {[all …]
1867 int ndays, dow1; in getActualMaximum() local1871 ndays = cal.getMonthLength(d); in getActualMaximum()1880 ndays = gc.actualMonthLength(); in getActualMaximum()1888 ndays -= x; in getActualMaximum()1889 value = (ndays + 6) / 7; in getActualMaximum()2529 int ndays = (int)(nextJan1st - nextJan1); in computeFields() local2530 if (ndays >= getMinimalDaysInFirstWeek() && fixedDate >= (nextJan1st - 7)) { in computeFields()2562 int ndays = (int)(nextJan1st - nextJan1); in computeFields() local2563 if (ndays >= getMinimalDaysInFirstWeek() && fixedDate >= (nextJan1st - 7)) { in computeFields()2590 int ndays = (int)(fixedDay1st - fixedDay1); in getWeekNumber() local[all …]