Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(231)

Side by Side Diff: icu46/source/test/intltest/cntabcol.h

Issue 5516007: Check in the pristine copy of ICU 4.6... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « icu46/source/test/intltest/citrtest.cpp ('k') | icu46/source/test/intltest/cntabcol.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 /********************************************************************
2 * COPYRIGHT:
3 * Copyright (c) 1997-2006, International Business Machines Corporation and
4 * others. All Rights Reserved.
5 ********************************************************************/
6
7
8 #ifndef CONTRACTIONTABLETEST_H
9 #define CONTRACTIONTABLETEST_H
10
11 #include "unicode/utypes.h"
12
13 #if !UCONFIG_NO_COLLATION
14
15 #include "tscoll.h"
16 #include "ucol_cnt.h"
17 #include "utrie.h"
18
19 class ContractionTableTest: public IntlTestCollator {
20 public:
21 ContractionTableTest();
22 virtual ~ContractionTableTest();
23 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
24
25 // performs test with strength TERIARY
26 void TestGrowTable(/* char* par */);
27 void TestSetContraction();
28 void TestAddATableElement();
29 void TestClone();
30 void TestChangeContraction();
31 void TestChangeLastCE();
32 void TestErrorCodeChecking();
33 private:
34 CntTable *testTable, *testClone;
35 /*CompactEIntArray *testMapping;*/
36 UNewTrie *testMapping;
37 };
38
39 #endif /* #if !UCONFIG_NO_COLLATION */
40
41 #endif
OLDNEW
« no previous file with comments | « icu46/source/test/intltest/citrtest.cpp ('k') | icu46/source/test/intltest/cntabcol.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698