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/icu4c/test/cintltst/
H A Dccaltst.c1196 int32_t initialDOW, DOW, newDOW, expectedDOW; local
1224 newDOW = initialDOW;
1226 DOW = newDOW;
1235 newDOW = ucal_get(cal, UCAL_DAY_OF_WEEK, &status);
1240 if (newDOW != expectedDOW) {
1241 log_err("Day of week should be %d instead of %d on %s", expectedDOW, newDOW,
1246 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/icu4c/test/intltest/
H A Dcaltest.cpp1664 int32_t DOW, newDOW = initialDOW; local
1667 DOW = newDOW;
1672 newDOW = cur->get(UCAL_DAY_OF_WEEK, status);
1675 if (newDOW != expectedDOW) {
1676 errln(UnicodeString("Day of week should be ") + expectedDOW + " instead of " + newDOW +
1682 while (newDOW != initialDOW);

Completed in 342 milliseconds