Home | History | Annotate | Download | only in intltest

Lines Matching full:astatus

451         UErrorCode aStatus = U_ZERO_ERROR;
452 if (cal->getFirstDayOfWeek(aStatus) != i || U_FAILURE(aStatus)) errln("FAIL: getFirstDayOfWeek(status) failed");