]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/srchtest.h
ICU-511.25.tar.gz
[apple/icu.git] / icuSources / test / intltest / srchtest.h
index 24331ab8eb92e2c5ea118eef37cd51c382e44db6..47895257df57d2b5963efb96b9adca27859d601d 100644 (file)
@@ -1,6 +1,6 @@
 /****************************************************************************
  * COPYRIGHT: 
- * Copyright (c) 2001, International Business Machines Corporation and others
+ * Copyright (c) 2001-2008, International Business Machines Corporation and others
  * All Rights Reserved.
  ***************************************************************************/
 
@@ -9,7 +9,7 @@
 
 #include "unicode/utypes.h"
 
-#if !UCONFIG_NO_COLLATION
+#if !UCONFIG_NO_COLLATION 
 
 #include "unicode/tblcoll.h"
 #include "unicode/brkiter.h"
@@ -27,7 +27,7 @@ public:
 
     void runIndexedTest(int32_t index, UBool exec, const char* &name, 
                         char* par = NULL);
-
+#if !UCONFIG_NO_BREAK_ITERATION
 private:
     RuleBasedCollator *m_en_us_; 
     RuleBasedCollator *m_fr_fr_;
@@ -86,7 +86,10 @@ private:
     void TestSupplementaryCanonical();
     void TestContractionCanonical();
     void TestUClassID();
-       void TestSubclass();
+    void TestSubclass();
+    void TestCoverage();
+    void TestDiacriticMatch();
+#endif
 };
 
 #endif /* #if !UCONFIG_NO_COLLATION */