]> git.saurik.com Git - apple/icu.git/blob - icuSources/tools/genbidi/genbidi.h
ICU-8.11.1.tar.gz
[apple/icu.git] / icuSources / tools / genbidi / genbidi.h
1 /*
2 *******************************************************************************
3 *
4 * Copyright (C) 2004-2005, International Business Machines
5 * Corporation and others. All Rights Reserved.
6 *
7 *******************************************************************************
8 * file name: genbidi.h
9 * encoding: US-ASCII
10 * tab size: 8 (not used)
11 * indentation:4
12 *
13 * created on: 2004dec30
14 * created by: Markus W. Scherer
15 */
16
17 #ifndef __GENBIDI_H__
18 #define __GENBIDI_H__
19
20 #include "unicode/utypes.h"
21
22 U_CDECL_BEGIN
23
24 /* genbidi ------------------------------------------------------------------ */
25
26 /* global flags */
27 extern UBool beVerbose, haveCopyright;
28
29 /* properties vectors in genbidi.c */
30 extern uint32_t *pv;
31
32 /* prototypes */
33 U_CFUNC void
34 writeUCDFilename(char *basename, const char *filename, const char *suffix);
35
36 extern void
37 setUnicodeVersion(const char *v);
38
39 extern void
40 addMirror(UChar32 src, UChar32 mirror);
41
42 extern void
43 generateData(const char *dataDir, UBool csource);
44
45 U_CDECL_END
46
47 #endif