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

Side by Side Diff: source/test/letest/xmlreader.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/letest/letsutil.cpp ('k') | source/test/letest/xmlreader.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 * 2 *
3 * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved 3 * (C) Copyright IBM Corp. 1998-2014 - All Rights Reserved
4 * 4 *
5 */ 5 */
6 6
7 #ifndef __XMLREADER_H 7 #ifndef __XMLREADER_H
8 #define __XMLREADER_H 8 #define __XMLREADER_H
9 9
10 #include "LETypes.h" 10 #include "layout/LETypes.h"
11 #include "letest.h" 11 #include "letest.h"
12 12
13 typedef void (*TestCaseCallback) (const char *testID, 13 typedef void (*TestCaseCallback) (const char *testID,
14 const char *fo ntName, 14 const char *fo ntName,
15 const char *fo ntVersion, 15 const char *fo ntVersion,
16 const char *fo ntChecksum, 16 const char *fo ntChecksum,
17 le_int32 scrip tCode, 17 le_int32 scrip tCode,
18 le_int32 langu ageCode, 18 le_int32 langu ageCode,
19 const LEUnicod e *text, 19 const LEUnicod e *text,
20 le_int32 charC ount, 20 le_int32 charC ount,
21 TestResult *ex pected); 21 TestResult *ex pected);
22 22
23 U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback); 23 U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback);
24 24
25 #endif 25 #endif
OLDNEW
« no previous file with comments | « source/test/letest/letsutil.cpp ('k') | source/test/letest/xmlreader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698