HomeSort by relevance Sort by last modified time
    Searched refs:TestToUnicode (Results 1 - 10 of 10) sorted by null

  /external/icu/icu4c/source/test/intltest/
convtest.h 72 void TestToUnicode();
testidna.h 56 void TestToUnicode();
73 void testToUnicode(const char* testName, TestFunc func);
convtest.cpp 70 case 0: name="TestToUnicode"; if (exec) TestToUnicode(); break;
88 ConversionTest::TestToUnicode() {
195 logln("TestToUnicode[%d] %s", i, charset);
    [all...]
testidna.cpp 243 UBool testToUnicode;
704 void TestIDNA::testToUnicode(const char* testName, TestFunc func){
    [all...]
  /external/icu/icu4c/source/test/cintltst/
idnatest.c 29 static void TestToUnicode(void);
58 addTest(root, &TestToUnicode, "idna/TestToUnicode");
441 TestToUnicode(){
    [all...]
  /external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
TestConversion.java 92 int testToUnicode = 0;
100 TestToUnicode(testcase, testToUnicode);
101 testToUnicode++;
463 private void TestToUnicode(DataMap testcase, int caseNr) {
510 logln("TestToUnicode[" + caseNr + "] " + cc.charset + " ");
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
TestIDNARef.java 28 public void TestToUnicode() throws Exception{
416 //TestToUnicode
417 if(errCase.testToUnicode==true){
    [all...]
TestIDNA.java 31 public void TestToUnicode() throws Exception{
350 //TestToUnicode
351 if(errCase.testToUnicode==true){
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
TestIDNARef.java 24 public void TestToUnicode() throws Exception{
412 //TestToUnicode
413 if(errCase.testToUnicode==true){
    [all...]
TestIDNA.java 27 public void TestToUnicode() throws Exception{
346 //TestToUnicode
347 if(errCase.testToUnicode==true){
    [all...]

Completed in 350 milliseconds