Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1453)

Side by Side Diff: source/test/cintltst/cnumtst.h

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/test/cintltst/cnormtst.c ('k') | source/test/cintltst/cnumtst.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « source/test/cintltst/cnormtst.c ('k') | source/test/cintltst/cnumtst.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698