Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIBMCalendarTest.java593 int woy2 = cal.get(Calendar.WEEK_OF_YEAR); in TestWeekShift() local
603 if (woy1 == woy2 && wom1 == wom2) { in TestWeekShift()
607 errln("FAIL: WEEK_OF_YEAR: " + woy1 + " => " + woy2 + in TestWeekShift()
/external/icu/icu4c/source/test/intltest/
Dcalregts.cpp2610 int32_t woy2 = cal.get(UCAL_WEEK_OF_YEAR, ec); in TestWeekShift() local
2625 if (woy1 == woy2 && wom1 == wom2) { in TestWeekShift()
2629 errln((UnicodeString)"FAIL: WEEK_OF_YEAR: " + woy1 + " => " + woy2 + in TestWeekShift()
Dcaltest.cpp1593 int32_t woy2 = cal.get(UCAL_WEEK_OF_YEAR, status); in yearAddTest() local
1596 if (ywy2 != (ywy+1) || woy2 != woy || dow2 != dow) { in yearAddTest()