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

/external/icu4c/test/cintltst/
H A Didnatest.c31 static void TestToUnicode(void);
58 addTest(root, &TestToUnicode, "idna/TestToUnicode");
440 TestToUnicode(){ function
/external/chromium/third_party/icu/source/test/cintltst/
H A Didnatest.c31 static void TestToUnicode(void);
59 addTest(root, &TestToUnicode, "idna/TestToUnicode");
442 TestToUnicode(){ function
/external/chromium/third_party/icu/source/test/intltest/
H A Dconvtest.cpp70 case 0: name="TestToUnicode"; if (exec) TestToUnicode(); break;
81 ConversionTest::TestToUnicode() { function in class:ConversionTest
179 logln("TestToUnicode[%d] %s", i, charset);
H A Dtestidna.cpp1245 case 1: name = "TestToUnicode"; if (exec) TestToUnicode(); break;
1272 void TestIDNA::TestToUnicode(){ function in class:TestIDNA
/external/icu4c/test/intltest/
H A Dconvtest.cpp71 case 0: name="TestToUnicode"; if (exec) TestToUnicode(); break;
87 ConversionTest::TestToUnicode() { function in class:ConversionTest
194 logln("TestToUnicode[%d] %s", i, charset);
H A Dtestidna.cpp1244 case 1: name = "TestToUnicode"; if (exec) TestToUnicode(); break;
1275 void TestIDNA::TestToUnicode(){ function in class:TestIDNA

Completed in 104 milliseconds