summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu/icu-xetex/test/iotest/iotest.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/icu/icu-xetex/test/iotest/iotest.h')
-rw-r--r--Build/source/libs/icu/icu-xetex/test/iotest/iotest.h42
1 files changed, 42 insertions, 0 deletions
diff --git a/Build/source/libs/icu/icu-xetex/test/iotest/iotest.h b/Build/source/libs/icu/icu-xetex/test/iotest/iotest.h
new file mode 100644
index 00000000000..6d522dc435d
--- /dev/null
+++ b/Build/source/libs/icu/icu-xetex/test/iotest/iotest.h
@@ -0,0 +1,42 @@
+/*
+**********************************************************************
+* Copyright (C) 2004-2005, 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