Searched refs:checkIdnaTestResult (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | uts46test.cpp | 45 void checkIdnaTestResult(const char *line, const char *type, 928 void UTS46Test::checkIdnaTestResult(const char *line, const char *type, in checkIdnaTestResult() function in UTS46Test 1008 checkIdnaTestResult(fields[0][0], "toUnicodeNontrans", toUnicode, uN, in idnaTestOneLine() 1011 checkIdnaTestResult(fields[0][0], "toASCIINontrans", toAsciiN, aN, in idnaTestOneLine() 1014 checkIdnaTestResult(fields[0][0], "toASCIITrans", toAsciiT, aT, in idnaTestOneLine()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
D | UTS46Test.java | 733 private void checkIdnaTestResult(String line, String type, in checkIdnaTestResult() method in UTS46Test 830 … checkIdnaTestResult(line, "toUnicodeNontrans", toUnicode, uN, toUnicodeStatus, uNInfo); in IdnaTest() 832 checkIdnaTestResult(line, "toASCIINontrans", toAsciiN, aN, toAsciiNStatus, aNInfo); in IdnaTest() 834 checkIdnaTestResult(line, "toASCIITrans", toAsciiT, aT, toAsciiTStatus, aTInfo); in IdnaTest()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | UTS46Test.java | 730 private void checkIdnaTestResult(String line, String type, in checkIdnaTestResult() method in UTS46Test 827 … checkIdnaTestResult(line, "toUnicodeNontrans", toUnicode, uN, toUnicodeStatus, uNInfo); in IdnaTest() 829 checkIdnaTestResult(line, "toASCIINontrans", toAsciiN, aN, toAsciiNStatus, aNInfo); in IdnaTest() 831 checkIdnaTestResult(line, "toASCIITrans", toAsciiT, aT, toAsciiTStatus, aTInfo); in IdnaTest()
|