Home | History | Annotate | Download | only in cintltst

Lines Matching defs:expectedStatus

2004         UErrorCode expectedStatus;
2051 if(status != testCases[i].expectedStatus) {
2053 u_errorName(status), u_errorName(testCases[i].expectedStatus), testCases[i].input);