Home
last modified time | relevance | path

Searched refs:expectedHasErrors (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DUTS46Test.java834 boolean expectedHasErrors = false; in checkIdnaTestResult()
841 expectedHasErrors = true; in checkIdnaTestResult()
844 if (expectedHasErrors != info.hasErrors()) { in checkIdnaTestResult()
847 type, status, expectedHasErrors, info.hasErrors(), info.getErrors(), line)); in checkIdnaTestResult()
849 if (!expectedHasErrors && !UTF16Plus.equal(expected, result)) { in checkIdnaTestResult()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DUTS46Test.java831 boolean expectedHasErrors = false; in checkIdnaTestResult()
838 expectedHasErrors = true; in checkIdnaTestResult()
841 if (expectedHasErrors != info.hasErrors()) { in checkIdnaTestResult()
844 type, status, expectedHasErrors, info.hasErrors(), info.getErrors(), line)); in checkIdnaTestResult()
846 if (!expectedHasErrors && !UTF16Plus.equal(expected, result)) { in checkIdnaTestResult()
/external/icu/icu4c/source/test/intltest/
Duts46test.cpp1048 UBool expectedHasErrors = FALSE; in checkIdnaTestResult() local
1054 expectedHasErrors = TRUE; in checkIdnaTestResult()
1057 if (expectedHasErrors != info.hasErrors()) { in checkIdnaTestResult()
1059 type, status, expectedHasErrors, info.hasErrors(), (long)info.getErrors(), line); in checkIdnaTestResult()
1061 if (!expectedHasErrors && expected != result) { in checkIdnaTestResult()