]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/cntabcol.h
1 /********************************************************************
3 * Copyright (c) 1997-2001, International Business Machines Corporation and
4 * others. All Rights Reserved.
5 ********************************************************************/
8 #ifndef CONTRACTIONTABLETEST_H
9 #define CONTRACTIONTABLETEST_H
11 #include "unicode/utypes.h"
13 #if !UCONFIG_NO_COLLATION
19 class ContractionTableTest
: public IntlTestCollator
{
21 ContractionTableTest();
22 virtual ~ContractionTableTest();
23 void runIndexedTest( int32_t index
, UBool exec
, const char* &name
, char* par
= NULL
);
25 // performs test with strength TERIARY
26 void TestGrowTable(/* char* par */);
27 void TestSetContraction();
28 void TestAddATableElement();
30 void TestChangeContraction();
31 void TestChangeLastCE();
33 CntTable
*testTable
, *testClone
;
34 /*CompactEIntArray *testMapping;*/
35 UNewTrie
*testMapping
;
39 #endif /* #if !UCONFIG_NO_COLLATION */