Home | History | Annotate | Download | only in intltest

Lines Matching refs:expectedHasErrors

933     UBool expectedHasErrors = FALSE;
939 expectedHasErrors = TRUE;
942 if (expectedHasErrors != info.hasErrors()) {
944 type, status, expectedHasErrors, info.hasErrors(), (long)info.getErrors(), line);
946 if (!expectedHasErrors && expected != result) {