Home
last modified time | relevance | path

Searched refs:uIDNAName (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DTestIDNA.java664 String uIDNAName = toASCII ? "IDNA.convertToASCII" : "IDNA.convertToUnicode"; in _doTestCompareReferenceImpl() local
666 logln("Comparing " + refIDNAName + " with " + uIDNAName + " for input: " in _doTestCompareReferenceImpl()
686 … errln("Did not get the expected status while comparing " + refIDNAName + " with " + uIDNAName in _doTestCompareReferenceImpl()
696 … errln("Did not get the expected output while comparing " + refIDNAName + " with " + uIDNAName in _doTestCompareReferenceImpl()
703 logln("Got the same error while comparing " + refIDNAName + " with " + uIDNAName in _doTestCompareReferenceImpl()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DTestIDNA.java661 String uIDNAName = toASCII ? "IDNA.convertToASCII" : "IDNA.convertToUnicode"; in _doTestCompareReferenceImpl() local
663 logln("Comparing " + refIDNAName + " with " + uIDNAName + " for input: " in _doTestCompareReferenceImpl()
683 … errln("Did not get the expected status while comparing " + refIDNAName + " with " + uIDNAName in _doTestCompareReferenceImpl()
693 … errln("Did not get the expected output while comparing " + refIDNAName + " with " + uIDNAName in _doTestCompareReferenceImpl()
700 logln("Got the same error while comparing " + refIDNAName + " with " + uIDNAName in _doTestCompareReferenceImpl()
/third_party/icu/icu4c/source/test/intltest/
Dtestidna.h107 TestFunc uIDNA, const char* uIDNAName,
Dtestidna.cpp1381 TestFunc uIDNA, const char* uIDNAName, in testCompareReferenceImpl() argument
1391 + " with "+ UnicodeString(uIDNAName) in testCompareReferenceImpl()
1406 + " with " + UnicodeString(uIDNAName) in testCompareReferenceImpl()
1419 + " with " + UnicodeString(uIDNAName) in testCompareReferenceImpl()
1430 + " with "+ UnicodeString(uIDNAName) in testCompareReferenceImpl()