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

Side by Side Diff: source/test/intltest/loctest.h

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 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/locnmtst.cpp ('k') | source/test/intltest/loctest.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-2015, International Business Machines Corporation and 3 * Copyright (c) 1997-2015, International Business Machines Corporation and
4 * others. All Rights Reserved. 4 * others. All Rights Reserved.
5 ********************************************************************/ 5 ********************************************************************/
6 6
7 #include "intltest.h" 7 #include "intltest.h"
8 #include "unicode/locid.h" 8 #include "unicode/locid.h"
9 9
10 /** 10 /**
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 DSCRIPT_EL, 163 DSCRIPT_EL,
164 DCTRY_EL, 164 DCTRY_EL,
165 DVAR_EL, 165 DVAR_EL,
166 DNAME_EL, 166 DNAME_EL,
167 DLANG_NO, 167 DLANG_NO,
168 DSCRIPT_NO, 168 DSCRIPT_NO,
169 DCTRY_NO, 169 DCTRY_NO,
170 DVAR_NO, 170 DVAR_NO,
171 DNAME_NO 171 DNAME_NO
172 }; 172 };
173
174 #if !UCONFIG_NO_COLLATION
175 /**
176 * Check on registered collators.
177 * @param expectExtra if non-null, the locale ID of an 'extra' locale that i s registered.
178 */
179 void checkRegisteredCollators(const char *expectExtra = NULL);
180 #endif
173 }; 181 };
OLDNEW
« no previous file with comments | « source/test/intltest/locnmtst.cpp ('k') | source/test/intltest/loctest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698