Home
last modified time | relevance | path

Searched refs:newDOW (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCompatibilityTest.java1012 int DOW, newDOW = initialDOW; in marchByDelta() local
1014 DOW = newDOW; in marchByDelta()
1018 newDOW = cur.get(Calendar.DAY_OF_WEEK); in marchByDelta()
1020 if (newDOW != expectedDOW) { in marchByDelta()
1022 " instead of " + newDOW + " on " + cur.getTime()); in marchByDelta()
1026 while (newDOW != initialDOW); in marchByDelta()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCompatibilityTest.java1016 int DOW, newDOW = initialDOW; in marchByDelta() local
1018 DOW = newDOW; in marchByDelta()
1022 newDOW = cur.get(Calendar.DAY_OF_WEEK); in marchByDelta()
1024 if (newDOW != expectedDOW) { in marchByDelta()
1026 " instead of " + newDOW + " on " + cur.getTime()); in marchByDelta()
1030 while (newDOW != initialDOW); in marchByDelta()
/external/icu/icu4c/source/test/cintltst/
Dccaltst.c1204 int32_t initialDOW, DOW, newDOW, expectedDOW; in TestDOWProgression() local
1232 newDOW = initialDOW; in TestDOWProgression()
1234 DOW = newDOW; in TestDOWProgression()
1243 newDOW = ucal_get(cal, UCAL_DAY_OF_WEEK, &status); in TestDOWProgression()
1248 if (newDOW != expectedDOW) { in TestDOWProgression()
1249 log_err("Day of week should be %d instead of %d on %s", expectedDOW, newDOW, in TestDOWProgression()
1254 while (newDOW != initialDOW); in TestDOWProgression()
/external/icu/icu4c/source/test/intltest/
Dcaltest.cpp1715 int32_t DOW, newDOW = initialDOW; in marchByDelta() local
1718 DOW = newDOW; in marchByDelta()
1723 newDOW = cur->get(UCAL_DAY_OF_WEEK, status); in marchByDelta()
1726 if (newDOW != expectedDOW) { in marchByDelta()
1727 errln(UnicodeString("Day of week should be ") + expectedDOW + " instead of " + newDOW + in marchByDelta()
1733 while (newDOW != initialDOW); in marchByDelta()