]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/cintltst/cnumtst.h
1 /********************************************************************
3 * Copyright (c) 1997-2004, 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 significant digits in the Number format API
34 static void TestSignificantDigits(void);
37 * The function used to test the Number format API with padding
39 static void TestNumberFormatPadding(void);
42 * The function used to test the Number format API with padding
44 static void TestInt64Format(void);
46 static void TestNonExistentCurrency(void);
49 * Test RBNF access through unumfmt APIs.
51 static void TestRBNFFormat(void);
53 #endif /* #if !UCONFIG_NO_FORMATTING */