Home | History | Annotate | Download | only in intltest

Lines Matching full:roll

308     logln("cal1->roll(UCAL_SECOND)");
309 cal->roll(UCAL_SECOND, (UBool) TRUE, status);
312 if (failure(status, "Calendar::roll")) return;
317 errln("FAIL: equals[%c]/before[%c]/after[%c] failed after roll 1 second [should be T/F/F]",
325 // Roll back to January
326 cal->roll(UCAL_MONTH, (int32_t)(1 + UCAL_DECEMBER - cal->get(UCAL_MONTH, status)), status);
327 if (failure(status, "Calendar::roll")) return;
931 logln("Testing GregorianCalendar roll...");
939 temp->roll(e, 1, status);
941 logln("caltest.cpp:%d e=%d, i=%d - roll(+) err %s\n", __LINE__, (int) e, (int) i, u_errorName(status));
949 temp->roll(e, -1, status);
950 if (U_FAILURE(status)) { errln(UnicodeString("GregorianCalendar::roll ") + CalendarTest::fieldName(e) + " count=" + UnicodeString('@'+i) + " by -1 failed with " + u_errorName(status) ); return; }
1453 cal->roll(field,(int32_t)1,errorCode);
1454 if (U_FAILURE(errorCode)) { errln("Error in roll"); delete calclone; return; }
1455 calclone->roll(field2,(int32_t)1,errorCode);
1456 if (U_FAILURE(errorCode)) { errln("Error in roll"); delete calclone; return; }
1459 errln("Results of roll differ!");
1789 // Roll the DOW_LOCAL within week 52
1793 str = "roll(";
1800 cal.roll(UCAL_DOW_LOCAL, amount, status);
1801 roll failed");