]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/iotest/iotest.h
ICU-62141.0.1.tar.gz
[apple/icu.git] / icuSources / test / iotest / iotest.h
index 9bda8e61bf5f92485ab637f04ace542d98ebb0e3..514575e0dc37d602c6677791fab1c672b2c18165 100644 (file)
@@ -1,16 +1,18 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 /*
-**********************************************************************
-*   Copyright (C) 2004-2004, 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
-*/
+ **********************************************************************
+ *   Copyright (C) 2004-2008, International Business Machines
+ *   Corporation and others.  All Rights Reserved.
+ **********************************************************************
+ *   file name:  iotest.h
+ *   encoding:   UTF-8
+ *   tab size:   8 (not used)
+ *   indentation:4
+ *
+ *   created on: 2004apr06
+ *   created by: George Rhoten
+ */
 
 #ifndef IOTEST_H
 #define IOTEST_H 1
 
 #ifndef IOTEST_H
 #define IOTEST_H 1
@@ -24,10 +26,16 @@ addStringTest(TestNode** root);
 U_CFUNC void
 addFileTest(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[];
 U_CDECL_BEGIN
 extern const UChar NEW_LINE[];
 extern const char C_NEW_LINE[];
-extern const char STANDARD_TEST_FILE[];
+extern const char *STANDARD_TEST_FILE;
 U_CDECL_END
 
 #define STANDARD_TEST_NUM_RANGE 1000
 U_CDECL_END
 
 #define STANDARD_TEST_NUM_RANGE 1000