Home
last modified time | relevance | path

Searched refs:lmaxWOM (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCalendarTestFmwk.java370 int lmaxWOM = cal.getLeastMaximum(Calendar.WEEK_OF_MONTH); in doTheoreticalLimitsTest() local
412 if (lmaxWOM != expected) { in doTheoreticalLimitsTest()
413 …errln("FAIL: Least maximum value of WEEK_OF_MONTH is incorrect: " + lmaxWOM + "/expected: " + expe… in doTheoreticalLimitsTest()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarTestFmwk.java369 int lmaxWOM = cal.getLeastMaximum(Calendar.WEEK_OF_MONTH); in doTheoreticalLimitsTest() local
411 if (lmaxWOM != expected) { in doTheoreticalLimitsTest()
412 …errln("FAIL: Least maximum value of WEEK_OF_MONTH is incorrect: " + lmaxWOM + "/expected: " + expe… in doTheoreticalLimitsTest()
/external/icu/icu4c/source/test/intltest/
Dcallimts.cpp246 int32_t lmaxWOM = cal.getLeastMaximum(UCAL_WEEK_OF_MONTH); in doTheoreticalLimitsTest() local
295 if (lmaxWOM != expected) { in doTheoreticalLimitsTest()
297 + lmaxWOM + "/expected: " + expected); in doTheoreticalLimitsTest()