Home
last modified time | relevance | path

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

/third_party/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()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DCalendarTestFmwk.java372 int lmaxWOM = cal.getLeastMaximum(Calendar.WEEK_OF_MONTH); in doTheoreticalLimitsTest() local
414 if (lmaxWOM != expected) { in doTheoreticalLimitsTest()
415 …errln("FAIL: Least maximum value of WEEK_OF_MONTH is incorrect: " + lmaxWOM + "/expected: " + expe… in doTheoreticalLimitsTest()
/third_party/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()