]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/ustrtest.h
ICU-400.42.tar.gz
[apple/icu.git] / icuSources / test / intltest / ustrtest.h
index 353b04c2869be9577a98cfebdb02e8359b8823a3..697db602786a8f45c6e3fbca7915fd268a7e7d33 100644 (file)
@@ -1,12 +1,13 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2003, International Business Machines Corporation and
+ * Copyright (c) 1997-2007, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
 #ifndef UNICODESTRINGTEST_H
 #define UNICODESTRINGTEST_H
 
+#include "unicode/unistr.h"
 #include "intltest.h"
 
 /**
@@ -72,6 +73,8 @@ public:
     void TestCountChar32(void);
     void TestBogus();
     void TestStringEnumeration();
+    void TestCharString(void);
+    void TestNameSpace(void);
 };
 
 class StringCaseTest: public IntlTest {
@@ -82,9 +85,12 @@ public:
     void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=0);
 
     void TestCaseConversion();
-#if !UCONFIG_NO_BREAK_ITERATION
-    void TestTitleCasing();
-#endif
+
+    void TestCasingImpl(const UnicodeString &input,
+                        const UnicodeString &output,
+                        int32_t whichCase,
+                        void *iter, const char *localeID, uint32_t options);
+    void TestCasing();
 };
 
 #endif