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

Side by Side Diff: source/test/intltest/dtfmrgts.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/intltest/dcfmtest.cpp ('k') | source/test/intltest/dtfmrgts.cpp » ('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-2012, 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 #ifndef _DATEFORMATREGRESSIONTEST_ 7 #ifndef _DATEFORMATREGRESSIONTEST_
8 #define _DATEFORMATREGRESSIONTEST_ 8 #define _DATEFORMATREGRESSIONTEST_
9 9
10 #include "unicode/utypes.h" 10 #include "unicode/utypes.h"
11 11
12 #if !UCONFIG_NO_FORMATTING 12 #if !UCONFIG_NO_FORMATTING
13 13
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 void Test4151631(void); 46 void Test4151631(void);
47 void Test4151706(void); 47 void Test4151706(void);
48 void Test4162071(void); 48 void Test4162071(void);
49 void Test4182066(void); 49 void Test4182066(void);
50 void Test4210209(void); 50 void Test4210209(void);
51 void Test714(void); 51 void Test714(void);
52 void Test1684(void); 52 void Test1684(void);
53 void Test5554(void); 53 void Test5554(void);
54 void Test9237(void); 54 void Test9237(void);
55 void TestParsing(void); 55 void TestParsing(void);
56 void TestT10334(void);
57 void TestT10619(void);
58 void TestT10855(void);
59 void TestT10906(void);
56 }; 60 };
57 61
58 #endif /* #if !UCONFIG_NO_FORMATTING */ 62 #endif /* #if !UCONFIG_NO_FORMATTING */
59 63
60 #endif // _DATEFORMATREGRESSIONTEST_ 64 #endif // _DATEFORMATREGRESSIONTEST_
61 //eof 65 //eof
OLDNEW
« no previous file with comments | « source/test/intltest/dcfmtest.cpp ('k') | source/test/intltest/dtfmrgts.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698