Home | History | Annotate | Download | only in intltest

Lines Matching full:void

27     void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
32 void TestBasicManipulation(void);
36 void TestCompare(void);
40 void TestExtract(void);
44 void TestRemoveReplace(void);
48 void TestSearching(void);
52 void TestSpacePadding(void);
56 void TestPrefixAndSuffix(void);
57 void TestStartsWithAndEndsWithNulTerminated();
61 void TestFindAndReplace(void);
65 void TestReverse(void);
69 void TestMiscellaneous(void);
73 void TestStackAllocation(void);
77 void TestUnescape(void);
79 void _testUnicodeStringHasMoreChar32Than(const UnicodeString &s, int32_t start, int32_t length, int32_t number);
80 void TestCountChar32();
81 void TestBogus();
82 void TestStringEnumeration();
83 void TestNameSpace();
84 void TestUTF32();
85 void TestUTF8();
86 void TestReadOnlyAlias();
87 void doTestAppendable(UnicodeString &dest, Appendable &app);
88 void TestAppendable();
89 void TestUnicodeStringImplementsAppendable();
90 void TestSizeofUnicodeString();
98 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=0);
100 void TestCaseConversion();
102 void TestCasingImpl(const UnicodeString &input,
105 void *iter, const char *localeID, uint32_t options);
106 void TestCasing();