Searched refs:lmaxDOM (Results 1 – 2 of 2) sorted by relevance
363 int lmaxDOM = cal.getLeastMaximum(Calendar.DAY_OF_MONTH); in doTheoreticalLimitsTest() local377 expected = lmaxM*lmaxDOM; in doTheoreticalLimitsTest()398 expected = (lmaxDOM + nDOW - 1)/nDOW; in doTheoreticalLimitsTest()408 expected = (lmaxDOM + (nDOW - minDaysInFirstWeek)) / nDOW; in doTheoreticalLimitsTest()
206 int32_t lmaxDOM = cal.getLeastMaximum(UCAL_DAY_OF_MONTH); in doTheoreticalLimitsTest() local221 expected = lmaxM*lmaxDOM; in doTheoreticalLimitsTest()246 expected = (lmaxDOM + nDOW - 1)/nDOW; in doTheoreticalLimitsTest()258 expected = (lmaxDOM + (nDOW - minDaysInFirstWeek)) / nDOW; in doTheoreticalLimitsTest()