Home | History | Annotate | Download | only in intltest

Lines Matching full:astatus

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