OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:refIDNAName
(Results
1 - 2
of
2
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
TestIDNA.java
663
String
refIDNAName
= toASCII ? "IDNAReference.convertToASCII" : "IDNAReference.convertToUnicode";
666
logln("Comparing " +
refIDNAName
+ " with " + uIDNAName + " for input: "
686
errln("Did not get the expected status while comparing " +
refIDNAName
+ " with " + uIDNAName
696
errln("Did not get the expected output while comparing " +
refIDNAName
+ " with " + uIDNAName
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
TestIDNA.java
660
String
refIDNAName
= toASCII ? "IDNAReference.convertToASCII" : "IDNAReference.convertToUnicode";
663
logln("Comparing " +
refIDNAName
+ " with " + uIDNAName + " for input: "
683
errln("Did not get the expected status while comparing " +
refIDNAName
+ " with " + uIDNAName
693
errln("Did not get the expected output while comparing " +
refIDNAName
+ " with " + uIDNAName
700
logln("Got the same error while comparing " +
refIDNAName
+ " with " + uIDNANam
[
all
...]
Completed in 162 milliseconds