Imported Upstream version 58.1
[platform/upstream/icu.git] / source / test / cintltst / ccapitst.h
1 // Copyright (C) 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
3 /********************************************************************
4  * COPYRIGHT: 
5  * Copyright (c) 1997-2001, International Business Machines Corporation and
6  * others. All Rights Reserved.
7  ********************************************************************/
8 /********************************************************************************
9 *
10 * File CAPITEST.H
11 *
12 * Modification History:
13 *        Name                     Description            
14 *     Madhu Katragadda            Converted to C
15 *********************************************************************************
16 */
17 #ifndef _CU_CAPITSTST
18 #define _CU_CAPITSTST
19 /* C API TEST FOR CODESET CONVERSION COMPONENT */
20 #include "cintltst.h"
21 #include "unicode/utypes.h"
22
23 static void TestConvert(void);
24 static void TestAlias(void);
25 static void TestConvertSafeClone(void);
26
27 #endif