Home | History | Annotate | Download | only in intltest

Lines Matching full:void

53     void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par=NULL);
54 void TestDataFile();
55 void TestToASCII();
56 void TestToUnicode();
57 void TestIDNToUnicode();
58 void TestIDNToASCII();
59 void TestCompare();
60 void TestErrorCases();
61 void TestChaining();
62 void TestRootLabelSeparator();
63 void TestCompareReferenceImpl();
64 void TestRefIDNA();
65 void TestIDNAMonkeyTest();
66 void TestConformance();
72 void testToASCII(const char* testName, TestFunc func);
73 void testToUnicode(const char* testName, TestFunc func);
74 void testIDNToUnicode(const char* testName, TestFunc func);
75 void testIDNToASCII(const char* testName, TestFunc func);
76 void testCompare(const char* testName, CompareFunc func);
77 void testChaining(const char* toASCIIName, TestFunc toASCII,
79 void debug(const UChar* src, int32_t srcLength, int32_t options);
81 void testAPI(const UChar *src, const UChar *expected, const char *testName,
85 void testCompare(const UChar* s1, int32_t s1Len,
90 void testErrorCases(const char* IDNToASCIIName, TestFunc IDNToASCII,
93 void testChaining(const UChar* src,int32_t numIterations,const char* testName,
96 void testRootLabelSeparator(const char* testName, CompareFunc func,
100 void testCompareReferenceImpl(const UChar* src, int32_t srcLen);
107 void testConformance(const char* toASCIIName, TestFunc toASCII,