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 | 1212 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/ |
D | caltest.cpp | 1724 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()
|