Home | History | Annotate | Download | only in intltest

Lines Matching refs:expStatus

1387     UErrorCode expStatus = U_ZERO_ERROR;
1395 options, &parseError, &expStatus);
1404 if(expStatus != gotStatus){
1407 + " Expected: " + UnicodeString(u_errorName(expStatus))
1415 if(U_SUCCESS(expStatus)){