]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/cintltst/crestst.h
1 /********************************************************************
3 * Copyright (c) 1997-2004, International Business Machines Corporation and
4 * others. All Rights Reserved.
5 ********************************************************************/
6 /********************************************************************************
10 * Modification History:
12 * Madhu Katragadda Converted to C
13 *********************************************************************************
17 /* C API TEST FOR RESOURCEBUNDLE */
23 void addTestResourceBundleTest(TestNode
**);
26 * Perform several extensive tests using the subtest routine testTag
28 void TestResourceBundles(void);
30 * Test construction of ResourceBundle accessing a custom test resource-file
32 void TestConstruction1(void);
34 void TestConstruction2(void);
36 void TestAliasConflict(void);
38 static void TestGetSize(void);
40 static void TestGetLocaleByType(void);
43 * extensive subtests called by TestResourceBundles
46 UBool
testTag(const char* frag
, UBool in_Root
, UBool in_te
, UBool in_te_IN
);
48 void record_pass(void);
49 void record_fail(void);