Searched defs:TestToUnicode (Results 1 - 8 of 8) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
H A DTestIDNARef.java28 public void TestToUnicode() throws Exception{ method in class:TestIDNARef
422 //TestToUnicode
H A DTestIDNA.java32 public void TestToUnicode() throws Exception{ method in class:TestIDNA
357 //TestToUnicode
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
H A DTestIDNARef.java27 public void TestToUnicode() throws Exception{ method in class:TestIDNARef
421 //TestToUnicode
H A DTestIDNA.java31 public void TestToUnicode() throws Exception{ method in class:TestIDNA
356 //TestToUnicode
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestConversion.java117 TestToUnicode(testcase, testToUnicode);
473 private void TestToUnicode(DataMap testcase, int caseNr) { method in class:TestConversion
510 logln("TestToUnicode[" + caseNr + "] " + cc.charset + " ");
/external/icu/icu4c/source/test/cintltst/
H A Didnatest.c31 static void TestToUnicode(void);
60 addTest(root, &TestToUnicode, "idna/TestToUnicode");
443 TestToUnicode(){ function
/external/icu/icu4c/source/test/intltest/
H A Dconvtest.cpp72 case 0: name="TestToUnicode"; if (exec) TestToUnicode(); break;
90 ConversionTest::TestToUnicode() { function in class:ConversionTest
197 logln("TestToUnicode[%d] %s", i, charset);
H A Dtestidna.cpp1250 case 1: name = "TestToUnicode"; if (exec) TestToUnicode(); break;
1289 void TestIDNA::TestToUnicode(){ function in class:TestIDNA

Completed in 806 milliseconds