X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..2be6500137966bba13903b24204a44804f9e133a:/icuSources/test/intltest/srchtest.h diff --git a/icuSources/test/intltest/srchtest.h b/icuSources/test/intltest/srchtest.h index 24331ab8..47895257 100644 --- a/icuSources/test/intltest/srchtest.h +++ b/icuSources/test/intltest/srchtest.h @@ -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 */