HomeSort by relevance Sort by last modified time
    Searched defs:uIDNAName (Results 1 - 2 of 2) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
TestIDNA.java 664 String uIDNAName = toASCII ? "IDNA.convertToASCII" : "IDNA.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 661 String uIDNAName = toASCII ? "IDNA.convertToASCII" : "IDNA.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 " + uIDNAName
    [all...]

Completed in 184 milliseconds