Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarTestFmwk.java366 int maxDOWIM = cal.getMaximum(Calendar.DAY_OF_WEEK_IN_MONTH); in doTheoreticalLimitsTest() local
397 if (maxDOWIM != expected) { in doTheoreticalLimitsTest()
398 …errln("FAIL: Maximum value of DAY_OF_WEEK_IN_MONTH is incorrect: " + maxDOWIM + "/expected: " + ex… in doTheoreticalLimitsTest()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DCalendarTestFmwk.java369 int maxDOWIM = cal.getMaximum(Calendar.DAY_OF_WEEK_IN_MONTH); in doTheoreticalLimitsTest() local
400 if (maxDOWIM != expected) { in doTheoreticalLimitsTest()
401 …errln("FAIL: Maximum value of DAY_OF_WEEK_IN_MONTH is incorrect: " + maxDOWIM + "/expected: " + ex… in doTheoreticalLimitsTest()
/third_party/icu/icu4c/source/test/intltest/
Dcallimts.cpp243 int32_t maxDOWIM = cal.getMaximum(UCAL_DAY_OF_WEEK_IN_MONTH); in doTheoreticalLimitsTest() local
278 if (maxDOWIM != expected) { in doTheoreticalLimitsTest()
280 + maxDOWIM + "/expected: " + expected); in doTheoreticalLimitsTest()