Lines Matching full:void
21 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
26 void TestBasicManipulation(void);
30 void TestCompare(void);
34 void TestExtract(void);
38 void TestRemoveReplace(void);
42 void TestSearching(void);
46 void TestSpacePadding(void);
50 void TestPrefixAndSuffix(void);
54 void TestFindAndReplace(void);
58 void TestReverse(void);
62 void TestMiscellaneous(void);
66 void TestStackAllocation(void);
70 void TestUnescape(void);
72 void _testUnicodeStringHasMoreChar32Than(const UnicodeString &s, int32_t start, int32_t length, int32_t number);
73 void TestCountChar32(void);
74 void TestBogus();
75 void TestStringEnumeration();
76 void TestNameSpace(void);
77 void TestUTF32(void);
78 void TestUTF8(void);
79 void TestReadOnlyAlias(void);
87 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=0);
89 void TestCaseConversion();
91 void TestCasingImpl(const UnicodeString &input,
94 void *iter, const char *localeID, uint32_t options);
95 void TestCasing();