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

Side by Side Diff: source/test/cintltst/cdtdptst.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/cdattst.c ('k') | source/test/cintltst/cdtdptst.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-2001, 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 CDTDPTST.H 8 * File CDTDPTST.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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 void TestCzechMonths459(void); 45 void TestCzechMonths459(void);
46 46
47 /** 47 /**
48 * Test the handling of single quotes in patterns. 48 * Test the handling of single quotes in patterns.
49 */ 49 */
50 void TestQuotePattern161(void); 50 void TestQuotePattern161(void);
51 51
52 /*Internal functions used*/ 52 /*Internal functions used*/
53 void tryPat994(UDateFormat* format, const char* pat, const char* s, UDate expect ed); 53 void tryPat994(UDateFormat* format, const char* pat, const char* s, UDate expect ed);
54 54
55 /*
56 * Testing udat_getBooleanAttribute and unum_setBooleanAttribute()
57 */
58 void TestBooleanAttributes(void);
59
55 #endif /* #if !UCONFIG_NO_FORMATTING */ 60 #endif /* #if !UCONFIG_NO_FORMATTING */
56 61
57 #endif 62 #endif
OLDNEW
« no previous file with comments | « source/test/cintltst/cdattst.c ('k') | source/test/cintltst/cdtdptst.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698