Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarRegressionTest.java1292 int firstInMonth = calendar.get(Calendar.DAY_OF_MONTH); in Test4166109() local
1297 int expected = (31 + ((firstInMonth - firstInWeek + 7)% 7) + 6) / 7; in Test4166109()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCalendarRegressionTest.java1295 int firstInMonth = calendar.get(Calendar.DAY_OF_MONTH); in Test4166109() local
1300 int expected = (31 + ((firstInMonth - firstInWeek + 7)% 7) + 6) / 7; in Test4166109()
/external/icu/icu4c/source/test/intltest/
Dcalregts.cpp1882 int32_t firstInMonth = calendar->get(UCAL_DATE, status); in Test4166109() local
1889 int32_t expected = (31 + ((firstInMonth - firstInWeek + 7)% 7) + 6) / 7; in Test4166109()