scuffed-code/icu4c/source/test/cintltst/cnumtst.h
Markus Scherer 44707c157b ICU-2248 modularize ICU
X-SVN-Rev: 9903
2002-09-20 17:54:45 +00:00

39 lines
1.0 KiB
C

/********************************************************************
* COPYRIGHT:
* Copyright (c) 1997-2001, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
/********************************************************************************
*
* File CNUMTST.H
*
* Modification History:
* Name Description
* Madhu Katragadda Creation
*********************************************************************************
*/
/* C API TEST FOR NUMBER FORMAT */
#ifndef _CNUMFRMTST
#define _CNUMFRMTST
#include "unicode/utypes.h"
#if !UCONFIG_NO_FORMATTING
#include "cintltst.h"
/**
* The function used to test the Number format API
**/
static void TestNumberFormat(void);
/**
* The function used to test the Number format API with padding
**/
static void TestNumberFormatPadding(void);
#endif /* #if !UCONFIG_NO_FORMATTING */
#endif