Home | History | Annotate | Download | only in intltest

Lines Matching refs:TestFunc

30 (U_EXPORT2 *TestFunc) (   const UChar *src, int32_t srcLength,
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);
77 void testChaining(const char* toASCIIName, TestFunc toASCII,
78 const char* toUnicodeName, TestFunc toUnicode);
83 UBool doCompare, UBool testUnassigned, TestFunc func, UBool testSTD3ASCIIRules=TRUE);
90 void testErrorCases(const char* IDNToASCIIName, TestFunc IDNToASCII,
91 const char* IDNToUnicodeName, TestFunc IDNToUnicode);
94 UBool useSTD3ASCIIRules, UBool caseInsensitive, TestFunc func);
97 const char* IDNToASCIIName, TestFunc IDNToASCII,
98 const char* IDNToUnicodeName, TestFunc IDNToUnicode);
103 TestFunc refIDNA, const char* refIDNAName,
104 TestFunc uIDNA, const char* uIDNAName,
107 void testConformance(const char* toASCIIName, TestFunc toASCII,
108 const char* IDNToASCIIName, TestFunc IDNToASCII,
109 const char* IDNToUnicodeName, TestFunc IDNToUnicode,
110 const char* toUnicodeName, TestFunc toUnicode