Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCalendarRegressionTest.java616 int actWOY = testCal.get(Calendar.WEEK_OF_YEAR); in Test4103271() local
617 if (actWOY < 1 || actWOY > 53) { in Test4103271()
619 calWOY = String.valueOf(actWOY); in Test4103271()
1543 int actWOY = cal.get(Calendar.WEEK_OF_YEAR);
1544 if (expWOY == actWOY) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarRegressionTest.java615 int actWOY = testCal.get(Calendar.WEEK_OF_YEAR); in Test4103271() local
616 if (actWOY < 1 || actWOY > 53) { in Test4103271()
618 calWOY = String.valueOf(actWOY); in Test4103271()
1542 int actWOY = cal.get(Calendar.WEEK_OF_YEAR);
1543 if (expWOY == actWOY) {
/external/icu/icu4c/source/test/intltest/
Dcalregts.cpp1012 int32_t actWOY = testCal->get(UCAL_WEEK_OF_YEAR,status); in test4103271() local
1013 if (actWOY < 1 || actWOY > 53) { in test4103271()
1019 output = output + "\t" + actWOY; in test4103271()
2011 int32_t actWOY = cal.get(UCAL_WEEK_OF_YEAR, status); in Test4197699() local
2012 if (expWOY == actWOY) { in Test4197699()