X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..4f1e1a09ce4daed860e35d359ce2fceccb0764e8:/icuSources/test/intltest/svccoll.h diff --git a/icuSources/test/intltest/svccoll.h b/icuSources/test/intltest/svccoll.h index 1f2b8dbb..1cae2b67 100644 --- a/icuSources/test/intltest/svccoll.h +++ b/icuSources/test/intltest/svccoll.h @@ -1,5 +1,7 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /******************************************************************** - * Copyright (c) 2003, International Business Machines Corporation + * Copyright (c) 2004, International Business Machines Corporation * and others. All Rights Reserved. ********************************************************************/ @@ -16,14 +18,29 @@ #include "intltest.h" +U_NAMESPACE_BEGIN + +class StringEnumeration; + class CollationServiceTest: public IntlTest { public: void runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par = NULL */); void TestRegister(void); void TestRegisterFactory(void); + void TestSeparateTree(); + + private: + int32_t checkStringEnumeration(const char* msg, + StringEnumeration& iter, + const char** expected, + int32_t expectedCount); + + int32_t checkAvailable(const char* msg); }; +U_NAMESPACE_END + /* #if !UCONFIG_NO_COLLATION */ #endif