Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarTest.java365 int lmaxDOWIM = cal.getLeastMaximum(Calendar.DAY_OF_WEEK_IN_MONTH); in doTheoreticalLimitsTest() local
399 if (lmaxDOWIM != expected) { in doTheoreticalLimitsTest()
400 …errln("FAIL: Least maximum value of DAY_OF_WEEK_IN_MONTH is incorrect: " + lmaxDOWIM + "/expected:… in doTheoreticalLimitsTest()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCalendarTest.java369 int lmaxDOWIM = cal.getLeastMaximum(Calendar.DAY_OF_WEEK_IN_MONTH); in doTheoreticalLimitsTest() local
403 if (lmaxDOWIM != expected) { in doTheoreticalLimitsTest()
404 …errln("FAIL: Least maximum value of DAY_OF_WEEK_IN_MONTH is incorrect: " + lmaxDOWIM + "/expected:… in doTheoreticalLimitsTest()
/external/icu/icu4c/source/test/intltest/
Dcallimts.cpp208 int32_t lmaxDOWIM = cal.getLeastMaximum(UCAL_DAY_OF_WEEK_IN_MONTH); in doTheoreticalLimitsTest() local
247 if (lmaxDOWIM != expected) { in doTheoreticalLimitsTest()
249 + lmaxDOWIM + "/expected: " + expected); in doTheoreticalLimitsTest()