Searched refs:lmaxDOWIM (Results 1 – 3 of 3) sorted by relevance
367 int lmaxDOWIM = cal.getLeastMaximum(Calendar.DAY_OF_WEEK_IN_MONTH); in doTheoreticalLimitsTest() local401 if (lmaxDOWIM != expected) { in doTheoreticalLimitsTest()402 …errln("FAIL: Least maximum value of DAY_OF_WEEK_IN_MONTH is incorrect: " + lmaxDOWIM + "/expected:… in doTheoreticalLimitsTest()
370 int lmaxDOWIM = cal.getLeastMaximum(Calendar.DAY_OF_WEEK_IN_MONTH); in doTheoreticalLimitsTest() local404 if (lmaxDOWIM != expected) { in doTheoreticalLimitsTest()405 …errln("FAIL: Least maximum value of DAY_OF_WEEK_IN_MONTH is incorrect: " + lmaxDOWIM + "/expected:… in doTheoreticalLimitsTest()
244 int32_t lmaxDOWIM = cal.getLeastMaximum(UCAL_DAY_OF_WEEK_IN_MONTH); in doTheoreticalLimitsTest() local283 if (lmaxDOWIM != expected) { in doTheoreticalLimitsTest()285 + lmaxDOWIM + "/expected: " + expected); in doTheoreticalLimitsTest()