-class StringCaseTest: public IntlTest {
-public:
- StringCaseTest() {}
- virtual ~StringCaseTest();
-
- void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=0);
-
- void TestCaseConversion();
-
- void TestCasingImpl(const UnicodeString &input,
- const UnicodeString &output,
- int32_t whichCase,
- const char *localeID, uint32_t options);
-#if !UCONFIG_NO_BREAK_ITERATION
- void TestTitleCasing(const UnicodeString &input,
- const UnicodeString &output,
- const char *localeID,
- UBreakIterator *iter);
-#endif
- void TestCasing();
+ void TestUInt16Pointers();
+ void TestWCharPointers();
+ void TestNullPointers();