]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/cintltst/cutiltst.c
1 /********************************************************************
3 * Copyright (c) 1997-2008, International Business Machines Corporation and
4 * others. All Rights Reserved.
5 ********************************************************************/
6 /********************************************************************************
10 * Modification History:
12 * Madhu Katragadda Creation
13 *********************************************************************************
17 void addLocaleTest(TestNode
**);
18 void addCLDRTest(TestNode
**);
19 void addUnicodeTest(TestNode
**);
20 void addUStringTest(TestNode
**);
21 void addCaseTest(TestNode
**);
22 void addResourceBundleTest(TestNode
**);
23 void addNEWResourceBundleTest(TestNode
**);
24 void addHashtableTest(TestNode
** root
);
25 void addCStringTest(TestNode
** root
);
26 void addTrieTest(TestNode
** root
);
27 void addTrie2Test(TestNode
** root
);
28 void addEnumerationTest(TestNode
** root
);
29 void addPosixTest(TestNode
** root
);
30 void addSortTest(TestNode
** root
);
32 void addUtility(TestNode
** root
);
34 void addUtility(TestNode
** root
)
44 addResourceBundleTest(root
);
45 addNEWResourceBundleTest(root
);
46 addHashtableTest(root
);
47 addEnumerationTest(root
);