Searched refs:newDOW (Results 1 – 4 of 4) sorted by relevance
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | CompatibilityTest.java | 1037 int DOW, newDOW = initialDOW; in marchByDelta() local 1039 DOW = newDOW; in marchByDelta() 1043 newDOW = cur.get(Calendar.DAY_OF_WEEK); in marchByDelta() 1045 if (newDOW != expectedDOW) { in marchByDelta() 1047 " instead of " + newDOW + " on " + cur.getTime()); in marchByDelta() 1051 while (newDOW != initialDOW); in marchByDelta()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | CompatibilityTest.java | 1034 int DOW, newDOW = initialDOW; in marchByDelta() local 1036 DOW = newDOW; in marchByDelta() 1040 newDOW = cur.get(Calendar.DAY_OF_WEEK); in marchByDelta() 1042 if (newDOW != expectedDOW) { in marchByDelta() 1044 " instead of " + newDOW + " on " + cur.getTime()); in marchByDelta() 1048 while (newDOW != initialDOW); in marchByDelta()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 1236 int32_t initialDOW, DOW, newDOW, expectedDOW; in TestDOWProgression() local 1266 newDOW = initialDOW; in TestDOWProgression() 1268 DOW = newDOW; in TestDOWProgression() 1277 newDOW = ucal_get(cal, UCAL_DAY_OF_WEEK, &status); in TestDOWProgression() 1282 if (newDOW != expectedDOW) { in TestDOWProgression() 1283 log_err("Day of week should be %d instead of %d on %s", expectedDOW, newDOW, in TestDOWProgression() 1288 while (newDOW != initialDOW); in TestDOWProgression()
|
/external/icu/icu4c/source/test/intltest/ |
D | caltest.cpp | 1745 int32_t DOW, newDOW = initialDOW; in marchByDelta() local 1748 DOW = newDOW; in marchByDelta() 1753 newDOW = cur->get(UCAL_DAY_OF_WEEK, status); in marchByDelta() 1756 if (newDOW != expectedDOW) { in marchByDelta() 1757 errln(UnicodeString("Day of week should be ") + expectedDOW + " instead of " + newDOW + in marchByDelta() 1763 while (newDOW != initialDOW); in marchByDelta()
|