OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doTestIDNToUnicode
(Results
1 - 4
of
4
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
TestIDNARef.java
95
doTestIDNToUnicode
(TestData.domainNames[i],TestData.domainNames[i],IDNAReference.DEFAULT, null);
96
doTestIDNToUnicode
(TestData.domainNames[i],TestData.domainNames[i],IDNAReference.ALLOW_UNASSIGNED, null);
97
doTestIDNToUnicode
(TestData.domainNames[i],TestData.domainNames[i],IDNAReference.USE_STD3_RULES, null);
98
doTestIDNToUnicode
(TestData.domainNames[i],TestData.domainNames[i],IDNAReference.ALLOW_UNASSIGNED|IDNAReference.USE_STD3_RULES, null);
101
doTestIDNToUnicode
(TestData.domainNamesToASCIIOut[i],TestData.domainNamesToUnicodeOut[i],IDNAReference.DEFAULT, null);
102
doTestIDNToUnicode
(TestData.domainNamesToASCIIOut[i],TestData.domainNamesToUnicodeOut[i],IDNAReference.ALLOW_UNASSIGNED, null);
168
private void
doTestIDNToUnicode
(String src, String expected, int options, Object expectedException)
172
logln("Transliterator is not available on this environment. Skipping
doTestIDNToUnicode
.");
431
doTestIDNToUnicode
(errCase.ascii,new String(errCase.unicode),IDNAReference.DEFAULT,errCase.expected);
432
doTestIDNToUnicode
(errCase.ascii,new String(errCase.unicode),IDNAReference.ALLOW_UNASSIGNED,errCase.expected)
[
all
...]
TestIDNA.java
77
doTestIDNToUnicode
(TestData.domainNames[i],TestData.domainNames[i],IDNA.DEFAULT, null);
78
doTestIDNToUnicode
(TestData.domainNames[i],TestData.domainNames[i],IDNA.ALLOW_UNASSIGNED, null);
79
doTestIDNToUnicode
(TestData.domainNames[i],TestData.domainNames[i],IDNA.USE_STD3_RULES, null);
80
doTestIDNToUnicode
(TestData.domainNames[i],TestData.domainNames[i],IDNA.ALLOW_UNASSIGNED|IDNA.USE_STD3_RULES, null);
83
doTestIDNToUnicode
(TestData.domainNamesToASCIIOut[i],TestData.domainNamesToUnicodeOut[i],IDNA.DEFAULT, null);
84
doTestIDNToUnicode
(TestData.domainNamesToASCIIOut[i],TestData.domainNamesToUnicodeOut[i],IDNA.ALLOW_UNASSIGNED, null);
139
private void
doTestIDNToUnicode
(String src, String expected, int options, Object expectedException)
366
doTestIDNToUnicode
(errCase.ascii,new String(errCase.unicode),IDNA.DEFAULT,errCase.expected);
367
doTestIDNToUnicode
(errCase.ascii,new String(errCase.unicode),IDNA.ALLOW_UNASSIGNED,errCase.expected);
370
doTestIDNToUnicode
(errCase.ascii,new String(errCase.unicode),IDNA.USE_STD3_RULES,errCase.expected)
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
TestIDNARef.java
92
doTestIDNToUnicode
(TestData.domainNames[i],TestData.domainNames[i],IDNAReference.DEFAULT, null);
93
doTestIDNToUnicode
(TestData.domainNames[i],TestData.domainNames[i],IDNAReference.ALLOW_UNASSIGNED, null);
94
doTestIDNToUnicode
(TestData.domainNames[i],TestData.domainNames[i],IDNAReference.USE_STD3_RULES, null);
95
doTestIDNToUnicode
(TestData.domainNames[i],TestData.domainNames[i],IDNAReference.ALLOW_UNASSIGNED|IDNAReference.USE_STD3_RULES, null);
98
doTestIDNToUnicode
(TestData.domainNamesToASCIIOut[i],TestData.domainNamesToUnicodeOut[i],IDNAReference.DEFAULT, null);
99
doTestIDNToUnicode
(TestData.domainNamesToASCIIOut[i],TestData.domainNamesToUnicodeOut[i],IDNAReference.ALLOW_UNASSIGNED, null);
165
private void
doTestIDNToUnicode
(String src, String expected, int options, Object expectedException)
169
logln("Transliterator is not available on this environment. Skipping
doTestIDNToUnicode
.");
428
doTestIDNToUnicode
(errCase.ascii,new String(errCase.unicode),IDNAReference.DEFAULT,errCase.expected);
429
doTestIDNToUnicode
(errCase.ascii,new String(errCase.unicode),IDNAReference.ALLOW_UNASSIGNED,errCase.expected)
[
all
...]
TestIDNA.java
74
doTestIDNToUnicode
(TestData.domainNames[i],TestData.domainNames[i],IDNA.DEFAULT, null);
75
doTestIDNToUnicode
(TestData.domainNames[i],TestData.domainNames[i],IDNA.ALLOW_UNASSIGNED, null);
76
doTestIDNToUnicode
(TestData.domainNames[i],TestData.domainNames[i],IDNA.USE_STD3_RULES, null);
77
doTestIDNToUnicode
(TestData.domainNames[i],TestData.domainNames[i],IDNA.ALLOW_UNASSIGNED|IDNA.USE_STD3_RULES, null);
80
doTestIDNToUnicode
(TestData.domainNamesToASCIIOut[i],TestData.domainNamesToUnicodeOut[i],IDNA.DEFAULT, null);
81
doTestIDNToUnicode
(TestData.domainNamesToASCIIOut[i],TestData.domainNamesToUnicodeOut[i],IDNA.ALLOW_UNASSIGNED, null);
136
private void
doTestIDNToUnicode
(String src, String expected, int options, Object expectedException)
363
doTestIDNToUnicode
(errCase.ascii,new String(errCase.unicode),IDNA.DEFAULT,errCase.expected);
364
doTestIDNToUnicode
(errCase.ascii,new String(errCase.unicode),IDNA.ALLOW_UNASSIGNED,errCase.expected);
367
doTestIDNToUnicode
(errCase.ascii,new String(errCase.unicode),IDNA.USE_STD3_RULES,errCase.expected)
[
all
...]
Completed in 215 milliseconds