]> git.saurik.com Git - apple/icu.git/blame - icuSources/tools/genbidi/genbidi.h
ICU-8.11.1.tar.gz
[apple/icu.git] / icuSources / tools / genbidi / genbidi.h
CommitLineData
73c04bcf
A
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
22U_CDECL_BEGIN
23
24/* genbidi ------------------------------------------------------------------ */
25
26/* global flags */
27extern UBool beVerbose, haveCopyright;
28
29/* properties vectors in genbidi.c */
30extern uint32_t *pv;
31
32/* prototypes */
33U_CFUNC void
34writeUCDFilename(char *basename, const char *filename, const char *suffix);
35
36extern void
37setUnicodeVersion(const char *v);
38
39extern void
40addMirror(UChar32 src, UChar32 mirror);
41
42extern void
43generateData(const char *dataDir, UBool csource);
44
45U_CDECL_END
46
47#endif