X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..e4f10fab0c078f399c9deef476d9c9b73b47dff8:/icuSources/test/intltest/ucaconf.h?ds=sidebyside diff --git a/icuSources/test/intltest/ucaconf.h b/icuSources/test/intltest/ucaconf.h index 20a62ff3..3de421e7 100644 --- a/icuSources/test/intltest/ucaconf.h +++ b/icuSources/test/intltest/ucaconf.h @@ -1,6 +1,6 @@ /******************************************************************** - * COPYRIGHT: - * Copyright (c) 2002, International Business Machines Corporation and + * COPYRIGHT: + * Copyright (c) 2002-2012, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ @@ -18,10 +18,7 @@ #if !UCONFIG_NO_COLLATION #include "unicode/tblcoll.h" -#include "unicode/ustring.h" #include "tscoll.h" -#include "uparse.h" -#include "cstring.h" #include @@ -38,16 +35,17 @@ public: void TestRulesShifted(/* par */); private: void initRbUCA(); - void setCollNonIgnorable(UCollator *coll); - void setCollShifted(UCollator *coll); - void testConformance(UCollator *coll); + void setCollNonIgnorable(Collator *coll); + void setCollShifted(Collator *coll); + void testConformance(const Collator *coll); void openTestFile(const char *type); - UCollator *UCA; - UCollator *rbUCA; + RuleBasedCollator *UCA; // rule-based so rules are available + Collator *rbUCA; FILE *testFile; UErrorCode status; char testDataPath[1024]; + UBool isAtLeastUCA62; }; #endif /* #if !UCONFIG_NO_COLLATION */