/****************************************************************************
* COPYRIGHT:
- * Copyright (c) 2001, International Business Machines Corporation and others
+ * Copyright (c) 2001-2008, International Business Machines Corporation and others
* All Rights Reserved.
***************************************************************************/
#include "unicode/utypes.h"
-#if !UCONFIG_NO_COLLATION
+#if !UCONFIG_NO_COLLATION
#include "unicode/tblcoll.h"
#include "unicode/brkiter.h"
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_;
void TestSupplementaryCanonical();
void TestContractionCanonical();
void TestUClassID();
- void TestSubclass();
+ void TestSubclass();
+ void TestCoverage();
+ void TestDiacriticMatch();
+#endif
};
#endif /* #if !UCONFIG_NO_COLLATION */