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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « icu46/source/test/iotest/filetst.c ('k') | icu46/source/test/iotest/iotest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu46/source/test/iotest/iotest.h
===================================================================
--- icu46/source/test/iotest/iotest.h (revision 0)
+++ icu46/source/test/iotest/iotest.h (revision 0)
@@ -0,0 +1,42 @@
+/*
+ **********************************************************************
+ * Copyright (C) 2004-2008, International Business Machines
+ * Corporation and others. All Rights Reserved.
+ **********************************************************************
+ * file name: iotest.h
+ * encoding: US-ASCII
+ * tab size: 8 (not used)
+ * indentation:4
+ *
+ * created on: 2004apr06
+ * created by: George Rhoten
+ */
+
+#ifndef IOTEST_H
+#define IOTEST_H 1
+
+#include "unicode/utypes.h"
+#include "unicode/ctest.h"
+
+U_CFUNC void
+addStringTest(TestNode** root);
+
+U_CFUNC void
+addFileTest(TestNode** root);
+
+U_CFUNC void
+addTranslitTest(TestNode** root);
+
+U_CFUNC void
+addStreamTests(TestNode** root);
+
+U_CDECL_BEGIN
+extern const UChar NEW_LINE[];
+extern const char C_NEW_LINE[];
+extern const char *STANDARD_TEST_FILE;
+U_CDECL_END
+
+#define STANDARD_TEST_NUM_RANGE 1000
+
+
+#endif
Property changes on: icu46/source/test/iotest/iotest.h
___________________________________________________________________
Added: svn:eol-style
+ LF
« 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