]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/svccoll.h
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
3 /********************************************************************
4 * Copyright (c) 2004, International Business Machines Corporation
5 * and others. All Rights Reserved.
6 ********************************************************************/
9 * CollationServiceTest tests registration of collators.
15 #include "unicode/utypes.h"
17 #if !UCONFIG_NO_COLLATION
23 class StringEnumeration
;
25 class CollationServiceTest
: public IntlTest
{
27 void runIndexedTest(int32_t index
, UBool exec
, const char* &name
, char* /*par = NULL */);
29 void TestRegister(void);
30 void TestRegisterFactory(void);
31 void TestSeparateTree();
34 int32_t checkStringEnumeration(const char* msg
,
35 StringEnumeration
& iter
,
36 const char** expected
,
37 int32_t expectedCount
);
39 int32_t checkAvailable(const char* msg
);
44 /* #if !UCONFIG_NO_COLLATION */
47 /* #ifndef _SVCCOLL */