]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/cintltst/cutiltst.c
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
3 /********************************************************************
5 * Copyright (c) 1997-2008, International Business Machines Corporation and
6 * others. All Rights Reserved.
7 ********************************************************************/
8 /********************************************************************************
12 * Modification History:
14 * Madhu Katragadda Creation
15 *********************************************************************************
19 void addLocaleTest(TestNode
**);
20 void addCLDRTest(TestNode
**);
21 void addUnicodeTest(TestNode
**);
22 void addUStringTest(TestNode
**);
23 void addCaseTest(TestNode
**);
24 void addResourceBundleTest(TestNode
**);
25 void addNEWResourceBundleTest(TestNode
**);
26 void addHashtableTest(TestNode
** root
);
27 void addCStringTest(TestNode
** root
);
28 void addTrieTest(TestNode
** root
);
29 void addTrie2Test(TestNode
** root
);
30 void addEnumerationTest(TestNode
** root
);
31 void addPosixTest(TestNode
** root
);
32 void addSortTest(TestNode
** root
);
34 void addUtility(TestNode
** root
);
36 void addUtility(TestNode
** root
)
46 addResourceBundleTest(root
);
47 addNEWResourceBundleTest(root
);
48 addHashtableTest(root
);
49 addEnumerationTest(root
);