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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccaltst.c1053 int32_t initialDOW, DOW, newDOW, expectedDOW; local
1081 newDOW = initialDOW;
1083 DOW = newDOW;
1092 newDOW = ucal_get(cal, UCAL_DAY_OF_WEEK, &status);
1097 if (newDOW != expectedDOW) {
1098 log_err("Day of week should be %d instead of %d on %s", expectedDOW, newDOW,
1103 while (newDOW != initialDOW);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcaltest.cpp1576 int32_t DOW, newDOW = initialDOW; local
1579 DOW = newDOW;
1584 newDOW = cur->get(UCAL_DAY_OF_WEEK, status);
1587 if (newDOW != expectedDOW) {
1588 errln(UnicodeString("Day of week should be ") + expectedDOW + " instead of " + newDOW +
1594 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/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 226 milliseconds