]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/cintltst/cnumtst.h
1 /********************************************************************
3 * Copyright (c) 1997-2001, International Business Machines Corporation and
4 * others. All Rights Reserved.
5 ********************************************************************/
6 /********************************************************************************
10 * Modification History:
12 * Madhu Katragadda Creation
13 *********************************************************************************
15 /* C API TEST FOR NUMBER FORMAT */
19 #include "unicode/utypes.h"
21 #if !UCONFIG_NO_FORMATTING
27 * The function used to test the Number format API
29 static void TestNumberFormat(void);
32 * The function used to test the Number format API with padding
34 static void TestNumberFormatPadding(void);
36 #endif /* #if !UCONFIG_NO_FORMATTING */