]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/cintltst/crestst.h
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
3 /********************************************************************
5 * Copyright (c) 1997-2004, International Business Machines Corporation and
6 * others. All Rights Reserved.
7 ********************************************************************/
8 /********************************************************************************
12 * Modification History:
14 * Madhu Katragadda Converted to C
15 *********************************************************************************
19 /* C API TEST FOR RESOURCEBUNDLE */
25 void addTestResourceBundleTest(TestNode
**);
28 * Perform several extensive tests using the subtest routine testTag
30 void TestResourceBundles(void);
32 * Test construction of ResourceBundle accessing a custom test resource-file
34 void TestConstruction1(void);
36 void TestConstruction2(void);
38 void TestAliasConflict(void);
40 static void TestGetSize(void);
42 static void TestGetLocaleByType(void);
45 * extensive subtests called by TestResourceBundles
48 UBool
testTag(const char* frag
, UBool in_Root
, UBool in_te
, UBool in_te_IN
);
50 void record_pass(void);
51 void record_fail(void);