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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccaltst.c1203 int32_t initialDOW, DOW, newDOW, expectedDOW; local
1231 newDOW = initialDOW;
1233 DOW = newDOW;
1242 newDOW = ucal_get(cal, UCAL_DAY_OF_WEEK, &status);
1247 if (newDOW != expectedDOW) {
1248 log_err("Day of week should be %d instead of %d on %s", expectedDOW, newDOW,
1253 while (newDOW != initialDOW);
/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.c1204 int32_t initialDOW, DOW, newDOW, expectedDOW; local
1232 newDOW = initialDOW;
1234 DOW = newDOW;
1243 newDOW = ucal_get(cal, UCAL_DAY_OF_WEEK, &status);
1248 if (newDOW != expectedDOW) {
1249 log_err("Day of week should be %d instead of %d on %s", expectedDOW, newDOW,
1254 while (newDOW != initialDOW);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcaltest.cpp1683 int32_t DOW, newDOW = initialDOW; local
1686 DOW = newDOW;
1691 newDOW = cur->get(UCAL_DAY_OF_WEEK, status);
1694 if (newDOW != expectedDOW) {
1695 errln(UnicodeString("Day of week should be ") + expectedDOW + " instead of " + newDOW +
1701 while (newDOW != initialDOW);
/external/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp1704 int32_t DOW, newDOW = initialDOW; local
1707 DOW = newDOW;
1712 newDOW = cur->get(UCAL_DAY_OF_WEEK, status);
1715 if (newDOW != expectedDOW) {
1716 errln(UnicodeString("Day of week should be ") + expectedDOW + " instead of " + newDOW +
1722 while (newDOW != initialDOW);

Completed in 132 milliseconds