8177eb72ea
X-SVN-Rev: 26551
25 lines
764 B
C
25 lines
764 B
C
/********************************************************************
|
|
* COPYRIGHT:
|
|
* Copyright (c) 1997-2009, International Business Machines Corporation and
|
|
* others. All Rights Reserved.
|
|
********************************************************************/
|
|
/********************************************************************************
|
|
*
|
|
* File NUCNVTST.H
|
|
*
|
|
* Modification History:
|
|
* Name Description
|
|
* Madhu Katragadda creation
|
|
*********************************************************************************
|
|
*/
|
|
#ifndef _NUCNVTST
|
|
#define _NUCNVTST
|
|
/* C API TEST FOR CODESET CONVERSION COMPONENT */
|
|
#include "cintltst.h"
|
|
#include "unicode/utypes.h"
|
|
|
|
void addTestNewConvert(TestNode** root);
|
|
|
|
|
|
#endif
|