]> git.saurik.com Git - apple/icu.git/blame - icuSources/test/iotest/iotest.h
ICU-491.11.3.tar.gz
[apple/icu.git] / icuSources / test / iotest / iotest.h
CommitLineData
374ca955 1/*
46f4442e
A
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 */
374ca955
A
14
15#ifndef IOTEST_H
16#define IOTEST_H 1
17
18#include "unicode/utypes.h"
19#include "unicode/ctest.h"
20
21U_CFUNC void
22addStringTest(TestNode** root);
23
24U_CFUNC void
25addFileTest(TestNode** root);
26
73c04bcf
A
27U_CFUNC void
28addTranslitTest(TestNode** root);
29
30U_CFUNC void
31addStreamTests(TestNode** root);
32
374ca955
A
33U_CDECL_BEGIN
34extern const UChar NEW_LINE[];
35extern const char C_NEW_LINE[];
46f4442e 36extern const char *STANDARD_TEST_FILE;
374ca955
A
37U_CDECL_END
38
39#define STANDARD_TEST_NUM_RANGE 1000
40
41
42#endif