Home
last modified time | relevance | path

Searched refs:woy1 (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIBMCalendarTest.java587 int woy1 = cal.get(Calendar.WEEK_OF_YEAR); in TestWeekShift() local
603 if (woy1 == woy2 && wom1 == wom2) { in TestWeekShift()
604 logln("Ok: WEEK_OF_YEAR: " + woy1 + in TestWeekShift()
607 errln("FAIL: WEEK_OF_YEAR: " + woy1 + " => " + woy2 + in TestWeekShift()
/external/icu/icu4c/source/test/intltest/
Dcalregts.cpp2604 int32_t woy1 = cal.get(UCAL_WEEK_OF_YEAR, ec); in TestWeekShift() local
2625 if (woy1 == woy2 && wom1 == wom2) { in TestWeekShift()
2626 logln((UnicodeString)"Ok: WEEK_OF_YEAR: " + woy1 + in TestWeekShift()
2629 errln((UnicodeString)"FAIL: WEEK_OF_YEAR: " + woy1 + " => " + woy2 + in TestWeekShift()