]>
Commit | Line | Data |
---|---|---|
f3c0d7a5 A |
1 | // © 2016 and later: Unicode, Inc. and others. |
2 | // License & terms of use: http://www.unicode.org/copyright.html | |
b75a7d8f A |
3 | /******************************************************************** |
4 | * COPYRIGHT: | |
729e4ab9 | 5 | * Copyright (c) 1997-2009, International Business Machines Corporation and |
b75a7d8f A |
6 | * others. All Rights Reserved. |
7 | ********************************************************************/ | |
8 | /******************************************************************************** | |
9 | * | |
10 | * File NUCNVTST.H | |
11 | * | |
12 | * Modification History: | |
13 | * Name Description | |
14 | * Madhu Katragadda creation | |
15 | ********************************************************************************* | |
16 | */ | |
17 | #ifndef _NUCNVTST | |
18 | #define _NUCNVTST | |
19 | /* C API TEST FOR CODESET CONVERSION COMPONENT */ | |
20 | #include "cintltst.h" | |
21 | #include "unicode/utypes.h" | |
22 | ||
729e4ab9 A |
23 | void addTestNewConvert(TestNode** root); |
24 | ||
b75a7d8f A |
25 | |
26 | #endif |