]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/cintltst/cconvtst.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-2012, International Business Machines Corporation and
6 * others. All Rights Reserved.
7 ********************************************************************/
8 /********************************************************************************
12 * Modification History:
14 * Madhu Katragadda Creation
15 *********************************************************************************
19 void addTestConvert(TestNode
**);
21 void addTestConvertErrorCallBack(TestNode
** root
);
22 void addTestEuroRegression(TestNode
** root
);
23 void addTestConverterFallBack(TestNode
** root
);
24 void addExtraTests(TestNode
** root
);
28 addBOCU1Tests(TestNode
** root
);
30 void addConvert(TestNode
** root
);
32 void addConvert(TestNode
** root
)
35 addTestNewConvert(root
);
37 addTestConvertErrorCallBack(root
);
38 addTestEuroRegression(root
);
39 #if !UCONFIG_NO_LEGACY_CONVERSION
40 addTestConverterFallBack(root
);