intl/icu/source/tools/toolutil/pkg_icu.h

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/intl/icu/source/tools/toolutil/pkg_icu.h	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,22 @@
     1.4 +/******************************************************************************
     1.5 + *   Copyright (C) 2008-2012, International Business Machines
     1.6 + *   Corporation and others.  All Rights Reserved.
     1.7 + *******************************************************************************
     1.8 + */
     1.9 +
    1.10 +#ifndef __PKG_ICU_H__
    1.11 +#define __PKG_ICU_H__
    1.12 +
    1.13 +#include "unicode/utypes.h"
    1.14 +
    1.15 +#define U_PKG_RESERVED_CHARS "\"%&'()*+,-./:;<=>?_"
    1.16 +
    1.17 +U_CAPI int U_EXPORT2
    1.18 +writePackageDatFile(const char *outFilename, const char *outComment,
    1.19 +                    const char *sourcePath, const char *addList, icu::Package *pkg,
    1.20 +                    char outType);
    1.21 +
    1.22 +U_CAPI icu::Package * U_EXPORT2
    1.23 +readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
    1.24 +
    1.25 +#endif

mercurial