Searched refs:toAsciiN (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
D | UTS46Test.java | 797 String toAsciiN = Utility.unescape(fields[3].trim()); in IdnaTest() local 798 if (toAsciiN.isEmpty()) { in IdnaTest() 799 toAsciiN = toUnicode; in IdnaTest() 815 toAsciiT = toAsciiN; in IdnaTest() 832 checkIdnaTestResult(line, "toASCIINontrans", toAsciiN, aN, toAsciiNStatus, aNInfo); in IdnaTest()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | UTS46Test.java | 891 String toAsciiN = Utility.unescape(fields[3].trim()); in IdnaTest() local 892 if (toAsciiN.isEmpty()) { in IdnaTest() 893 toAsciiN = toUnicode; in IdnaTest() 909 toAsciiT = toAsciiN; in IdnaTest() 926 checkIdnaTestResult(line, "toASCIINontrans", toAsciiN, aN, toAsciiNStatus, aNInfo); in IdnaTest()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | uts46test.cpp | 1090 UnicodeString toAsciiN = s16FromField(fields[3]); in idnaTestOneLine() local 1091 if (toAsciiN.isEmpty()) { in idnaTestOneLine() 1092 toAsciiN = toUnicode; in idnaTestOneLine() 1108 toAsciiT = toAsciiN; in idnaTestOneLine() 1126 checkIdnaTestResult(fields[0][0], "toASCIINontrans", toAsciiN, aN, in idnaTestOneLine()
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/unicode/ |
D | IdnaTestV2.txt | 30 # Column 4: toAsciiN - The result of applying toASCII to the source, 38 # A blank value means the same as the toAsciiN value. 47 # To test for conformance to UTS #46, an implementation will perform the toUnicode, toAsciiN, and 56 # A status in toUnicode, toAsciiN or toAsciiT is indicated by a value in square brackets,
|
/third_party/icu/icu4c/source/test/testdata/ |
D | IdnaTestV2.txt | 30 # Column 4: toAsciiN - The result of applying toASCII to the source, 38 # A blank value means the same as the toAsciiN value. 47 # To test for conformance to UTS #46, an implementation will perform the toUnicode, toAsciiN, and 56 # A status in toUnicode, toAsciiN or toAsciiT is indicated by a value in square brackets,
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | IdnaTestV2.txt | 30 # Column 4: toAsciiN - The result of applying toASCII to the source, 38 # A blank value means the same as the toAsciiN value. 47 # To test for conformance to UTS #46, an implementation will perform the toUnicode, toAsciiN, and 56 # A status in toUnicode, toAsciiN or toAsciiT is indicated by a value in square brackets,
|