Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIBMCalendarTest.java614 int wom2 = cal.get(Calendar.WEEK_OF_MONTH); in TestWeekShift() local
623 if (woy1 == woy2 && wom1 == wom2) { in TestWeekShift()
628 ", WEEK_OF_MONTH: " + wom1 + " => " + wom2 + in TestWeekShift()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DIBMCalendarTest.java617 int wom2 = cal.get(Calendar.WEEK_OF_MONTH); in TestWeekShift() local
626 if (woy1 == woy2 && wom1 == wom2) { in TestWeekShift()
631 ", WEEK_OF_MONTH: " + wom1 + " => " + wom2 + in TestWeekShift()
/external/icu/icu4c/source/test/intltest/
Dcalregts.cpp2651 int32_t wom2 = cal.get(UCAL_WEEK_OF_MONTH, ec); in TestWeekShift() local
2665 if (woy1 == woy2 && wom1 == wom2) { in TestWeekShift()
2670 ", WEEK_OF_MONTH: " + wom1 + " => " + wom2 + in TestWeekShift()