X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/73c04bcfe1096173b00431f0cdc742894b15eef0..51004dcb01e06fef634b61be77ed73dd61cb6db9:/icuSources/test/intltest/srchtest.h diff --git a/icuSources/test/intltest/srchtest.h b/icuSources/test/intltest/srchtest.h index 37fafdc3..47895257 100644 --- a/icuSources/test/intltest/srchtest.h +++ b/icuSources/test/intltest/srchtest.h @@ -1,6 +1,6 @@ /**************************************************************************** * COPYRIGHT: - * Copyright (c) 2001-2005, 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_; @@ -88,6 +88,8 @@ private: void TestUClassID(); void TestSubclass(); void TestCoverage(); + void TestDiacriticMatch(); +#endif }; #endif /* #if !UCONFIG_NO_COLLATION */