Home | History | Annotate | Download | only in intltest

Lines Matching refs:gotStatus

1383     UErrorCode gotStatus = U_ZERO_ERROR;
1386 options, &parseError, &gotStatus);
1388 if(expStatus != gotStatus){
1392 + " Got: " + UnicodeString(u_errorName(gotStatus))