]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/svccoll.h
1 /********************************************************************
2 * Copyright (c) 2004, International Business Machines Corporation
3 * and others. All Rights Reserved.
4 ********************************************************************/
7 * CollationServiceTest tests registration of collators.
13 #include "unicode/utypes.h"
15 #if !UCONFIG_NO_COLLATION
21 class StringEnumeration
;
23 class CollationServiceTest
: public IntlTest
{
25 void runIndexedTest(int32_t index
, UBool exec
, const char* &name
, char* /*par = NULL */);
27 void TestRegister(void);
28 void TestRegisterFactory(void);
29 void TestSeparateTree();
32 int32_t checkStringEnumeration(const char* msg
,
33 StringEnumeration
& iter
,
34 const char** expected
,
35 int32_t expectedCount
);
37 int32_t checkAvailable(const char* msg
);
42 /* #if !UCONFIG_NO_COLLATION */
45 /* #ifndef _SVCCOLL */