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

Side by Side Diff: icu46/source/test/iotest/iotest.h

Issue 5516007: Check in the pristine copy of ICU 4.6... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years 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 | Annotate | Revision Log
« no previous file with comments | « icu46/source/test/iotest/filetst.c ('k') | icu46/source/test/iotest/iotest.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 /*
2 **********************************************************************
3 * Copyright (C) 2004-2008, International Business Machines
4 * Corporation and others. All Rights Reserved.
5 **********************************************************************
6 * file name: iotest.h
7 * encoding: US-ASCII
8 * tab size: 8 (not used)
9 * indentation:4
10 *
11 * created on: 2004apr06
12 * created by: George Rhoten
13 */
14
15 #ifndef IOTEST_H
16 #define IOTEST_H 1
17
18 #include "unicode/utypes.h"
19 #include "unicode/ctest.h"
20
21 U_CFUNC void
22 addStringTest(TestNode** root);
23
24 U_CFUNC void
25 addFileTest(TestNode** root);
26
27 U_CFUNC void
28 addTranslitTest(TestNode** root);
29
30 U_CFUNC void
31 addStreamTests(TestNode** root);
32
33 U_CDECL_BEGIN
34 extern const UChar NEW_LINE[];
35 extern const char C_NEW_LINE[];
36 extern const char *STANDARD_TEST_FILE;
37 U_CDECL_END
38
39 #define STANDARD_TEST_NUM_RANGE 1000
40
41
42 #endif
OLDNEW
« no previous file with comments | « icu46/source/test/iotest/filetst.c ('k') | icu46/source/test/iotest/iotest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698