Lines Matching full:void
33 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par=NULL);
35 void Testj2268();
41 void TestToPattern();
43 void TestPatterns(void);
44 void TestCategories(void);
45 void TestAddRemove(void);
46 void TestCloneEqualHash(void);
51 void TestMinimalRep(void);
53 void TestAPI(void);
55 void TestIteration(void);
57 void TestStrings(void);
59 void TestScriptSet(void);
64 void TestPropertySet(void);
66 void TestClone(void);
68 void TestIndexOf(void);
70 void TestExhaustive(void);
72 void TestCloseOver(void);
74 void TestEscapePattern(void);
76 void TestInvalidCodePoint(void);
78 void TestSymbolTable(void);
80 void TestSurrogate();
82 void TestPosixClasses();
84 void TestFreezable();
86 void TestSpan();
88 void TestStringSpan();
99 void _testComplement(int32_t a, UnicodeSet&, UnicodeSet&);
101 void _testAdd(int32_t a, int32_t b, UnicodeSet&, UnicodeSet&, UnicodeSet&);
103 void _testRetain(int32_t a, int32_t b, UnicodeSet&, UnicodeSet&, UnicodeSet&);
105 void _testRemove(int32_t a, int32_t b, UnicodeSet&, UnicodeSet&, UnicodeSet&);
107 void _testXor(int32_t a, int32_t b, UnicodeSet&, UnicodeSet&, UnicodeSet&);
113 void checkCanonicalRep(const UnicodeSet& set, const UnicodeString& msg);
138 void checkRoundTrip(const UnicodeSet& s);
140 void copyWithIterator(UnicodeSet& t, const UnicodeSet& s, UBool withRange);
144 void expectContainment(const UnicodeString& pat,
147 void expectContainment(const UnicodeSet& set,
150 void expectContainment(const UnicodeSet& set,
154 void expectPattern(UnicodeSet& set,
157 void expectPairs(const UnicodeSet& set,
159 void expectToPattern(const UnicodeSet& set,
162 void expectRange(const UnicodeString& label,
165 void doAssert(UBool, const char*);
167 void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16,
171 void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16,
174 void testSpanBothUTFs(const UnicodeSetWithStrings *sets[4],
178 void testSpanContents(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
179 void testSpanUTF16String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
180 void testSpanUTF8String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);