| OLD | NEW |
| 1 /******************************************************************** | 1 /******************************************************************** |
| 2 * COPYRIGHT: | 2 * COPYRIGHT: |
| 3 * Copyright (c) 1997-2011, International Business Machines Corporation and | 3 * Copyright (c) 1997-2014, International Business Machines Corporation and |
| 4 * others. All Rights Reserved. | 4 * others. All Rights Reserved. |
| 5 ********************************************************************/ | 5 ********************************************************************/ |
| 6 /*******************************************************************************
* | 6 /*******************************************************************************
* |
| 7 * | 7 * |
| 8 * File CNUMTST.H | 8 * File CNUMTST.H |
| 9 * | 9 * |
| 10 * Modification History: | 10 * Modification History: |
| 11 * Name Description | 11 * Name Description |
| 12 * Madhu Katragadda Creation | 12 * Madhu Katragadda Creation |
| 13 ********************************************************************************
* | 13 ********************************************************************************
* |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 /** | 68 /** |
| 69 * Test strict parsing of "0" | 69 * Test strict parsing of "0" |
| 70 **/ | 70 **/ |
| 71 static void TestParseZero(void); | 71 static void TestParseZero(void); |
| 72 | 72 |
| 73 /** | 73 /** |
| 74 * Test cloning formatter with RBNF | 74 * Test cloning formatter with RBNF |
| 75 **/ | 75 **/ |
| 76 static void TestCloneWithRBNF(void); | 76 static void TestCloneWithRBNF(void); |
| 77 | 77 |
| 78 /** |
| 79 * Test the Currency Usage Implementations |
| 80 **/ |
| 81 static void TestCurrencyUsage(void); |
| 78 #endif /* #if !UCONFIG_NO_FORMATTING */ | 82 #endif /* #if !UCONFIG_NO_FORMATTING */ |
| 79 | 83 |
| 80 #endif | 84 #endif |
| OLD | NEW |