Home | History | Annotate | Download | only in cintltst

Lines Matching defs:expectedStatus

2019         UErrorCode expectedStatus;
2060 if(status != testCases[i].expectedStatus) {
2062 u_errorName(status), u_errorName(testCases[i].expectedStatus), testCases[i].input);