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

Side by Side Diff: source/test/cintltst/cloctst.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/cldrtest.c ('k') | source/test/cintltst/cloctst.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-2013, 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 CLOCTST.H 8 * File CLOCTST.H
9 * 9 *
10 * Modification History: 10 * Modification History:
11 * Name Description 11 * Name Description
12 * Madhu Katragadda Converted to C 12 * Madhu Katragadda Converted to C
13 ******************************************************************************** * 13 ******************************************************************************** *
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 static void TestOrientation(void); 116 static void TestOrientation(void);
117 117
118 static void TestLikelySubtags(void); 118 static void TestLikelySubtags(void);
119 119
120 /** 120 /**
121 * lanuage tag 121 * lanuage tag
122 */ 122 */
123 static void TestForLanguageTag(void); 123 static void TestForLanguageTag(void);
124 static void TestToLanguageTag(void); 124 static void TestToLanguageTag(void);
125 125
126 static void TestToUnicodeLocaleKey(void);
127 static void TestToLegacyKey(void);
128 static void TestToUnicodeLocaleType(void);
129 static void TestToLegacyType(void);
130
126 /** 131 /**
127 * locale data 132 * locale data
128 */ 133 */
129 static void TestEnglishExemplarCharacters(void); 134 static void TestEnglishExemplarCharacters(void);
130 135
131 #endif 136 #endif
OLDNEW
« no previous file with comments | « source/test/cintltst/cldrtest.c ('k') | source/test/cintltst/cloctst.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698