intl/icu/source/tools/genrb/genrb.h

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/intl/icu/source/tools/genrb/genrb.h	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,57 @@
     1.4 +/*
     1.5 +*******************************************************************************
     1.6 +*
     1.7 +*   Copyright (C) 2002-2011, International Business Machines
     1.8 +*   Corporation and others.  All Rights Reserved.
     1.9 +*
    1.10 +*******************************************************************************
    1.11 +*
    1.12 +* File genrb.h
    1.13 +*
    1.14 +* Modification History:
    1.15 +*******************************************************************************
    1.16 +*/
    1.17 +
    1.18 +#ifndef GENRB_H
    1.19 +#define GENRB_H
    1.20 +
    1.21 +#include <stdio.h>
    1.22 +#include "unicode/utypes.h"
    1.23 +#include "unicode/putil.h"
    1.24 +#include "cmemory.h"
    1.25 +#include "cstring.h"
    1.26 +#include "filestrm.h"
    1.27 +
    1.28 +
    1.29 +#include "ucbuf.h"
    1.30 +#include "errmsg.h"
    1.31 +#include "parse.h"
    1.32 +#include "rbutil.h"
    1.33 +#include "reslist.h"
    1.34 +
    1.35 +
    1.36 +#include "toolutil.h"
    1.37 +#include "uoptions.h"
    1.38 +
    1.39 +#include "unicode/ucol.h"
    1.40 +#include "unicode/uloc.h"
    1.41 +
    1.42 +/* The version of genrb */
    1.43 +#define GENRB_VERSION "3.3"
    1.44 +
    1.45 +U_CDECL_BEGIN
    1.46 +
    1.47 +extern UBool gIncludeUnihanColl;
    1.48 +
    1.49 +U_CAPI void processFile(
    1.50 +    const char *filename,
    1.51 +    const char* cp,
    1.52 +    const char *inputDir,
    1.53 +    const char *outputDir,
    1.54 +    const char *packageName,
    1.55 +    UBool omitBinaryCollation,
    1.56 +    UErrorCode *status);
    1.57 +
    1.58 +U_CDECL_END
    1.59 +
    1.60 +#endif

mercurial