Searched refs:lmaxWOM (Results 1 – 3 of 3) sorted by relevance
367 int lmaxWOM = cal.getLeastMaximum(Calendar.WEEK_OF_MONTH); in doTheoreticalLimitsTest() local409 if (lmaxWOM != expected) { in doTheoreticalLimitsTest()410 …errln("FAIL: Least maximum value of WEEK_OF_MONTH is incorrect: " + lmaxWOM + "/expected: " + expe… in doTheoreticalLimitsTest()
371 int lmaxWOM = cal.getLeastMaximum(Calendar.WEEK_OF_MONTH); in doTheoreticalLimitsTest() local413 if (lmaxWOM != expected) { in doTheoreticalLimitsTest()414 …errln("FAIL: Least maximum value of WEEK_OF_MONTH is incorrect: " + lmaxWOM + "/expected: " + expe… in doTheoreticalLimitsTest()
210 int32_t lmaxWOM = cal.getLeastMaximum(UCAL_WEEK_OF_MONTH); in doTheoreticalLimitsTest() local259 if (lmaxWOM != expected) { in doTheoreticalLimitsTest()261 + lmaxWOM + "/expected: " + expected); in doTheoreticalLimitsTest()