Searched refs:lmaxWOM (Results 1 – 3 of 3) sorted by relevance
369 int lmaxWOM = cal.getLeastMaximum(Calendar.WEEK_OF_MONTH); in doTheoreticalLimitsTest() local411 if (lmaxWOM != expected) { in doTheoreticalLimitsTest()412 …errln("FAIL: Least maximum value of WEEK_OF_MONTH is incorrect: " + lmaxWOM + "/expected: " + expe… in doTheoreticalLimitsTest()
372 int lmaxWOM = cal.getLeastMaximum(Calendar.WEEK_OF_MONTH); in doTheoreticalLimitsTest() local414 if (lmaxWOM != expected) { in doTheoreticalLimitsTest()415 …errln("FAIL: Least maximum value of WEEK_OF_MONTH is incorrect: " + lmaxWOM + "/expected: " + expe… in doTheoreticalLimitsTest()
246 int32_t lmaxWOM = cal.getLeastMaximum(UCAL_WEEK_OF_MONTH); in doTheoreticalLimitsTest() local295 if (lmaxWOM != expected) { in doTheoreticalLimitsTest()297 + lmaxWOM + "/expected: " + expected); in doTheoreticalLimitsTest()