Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCompatibilityTest.java1031 int DOW, newDOW = initialDOW; in marchByDelta() local
1033 DOW = newDOW; in marchByDelta()
1037 newDOW = cur.get(Calendar.DAY_OF_WEEK); in marchByDelta()
1039 if (newDOW != expectedDOW) { in marchByDelta()
1041 " instead of " + newDOW + " on " + cur.getTime()); in marchByDelta()
1045 while (newDOW != initialDOW); in marchByDelta()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCompatibilityTest.java1030 int DOW, newDOW = initialDOW; in marchByDelta() local
1032 DOW = newDOW; in marchByDelta()
1036 newDOW = cur.get(Calendar.DAY_OF_WEEK); in marchByDelta()
1038 if (newDOW != expectedDOW) { in marchByDelta()
1040 " instead of " + newDOW + " on " + cur.getTime()); in marchByDelta()
1044 while (newDOW != initialDOW); in marchByDelta()
/external/icu/icu4c/source/test/cintltst/
Dccaltst.c1212 int32_t initialDOW, DOW, newDOW, expectedDOW; in TestDOWProgression() local
1240 newDOW = initialDOW; in TestDOWProgression()
1242 DOW = newDOW; in TestDOWProgression()
1251 newDOW = ucal_get(cal, UCAL_DAY_OF_WEEK, &status); in TestDOWProgression()
1256 if (newDOW != expectedDOW) { in TestDOWProgression()
1257 log_err("Day of week should be %d instead of %d on %s", expectedDOW, newDOW, in TestDOWProgression()
1262 while (newDOW != initialDOW); in TestDOWProgression()
/external/icu/icu4c/source/test/intltest/
Dcaltest.cpp1724 int32_t DOW, newDOW = initialDOW; in marchByDelta() local
1727 DOW = newDOW; in marchByDelta()
1732 newDOW = cur->get(UCAL_DAY_OF_WEEK, status); in marchByDelta()
1735 if (newDOW != expectedDOW) { in marchByDelta()
1736 errln(UnicodeString("Day of week should be ") + expectedDOW + " instead of " + newDOW + in marchByDelta()
1742 while (newDOW != initialDOW); in marchByDelta()