Imported Upstream version 58.2
[platform/upstream/icu.git] / source / tools / toolutil / pkg_icu.h
1 // Copyright (C) 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
3 /******************************************************************************
4  *   Copyright (C) 2008-2016, International Business Machines
5  *   Corporation and others.  All Rights Reserved.
6  *******************************************************************************
7  */
8
9 #ifndef __PKG_ICU_H__
10 #define __PKG_ICU_H__
11
12 #include "unicode/utypes.h"
13 #include "package.h"
14
15 #define U_PKG_RESERVED_CHARS "\"%&'()*+,-./:;<=>?_"
16
17 U_CAPI int U_EXPORT2
18 writePackageDatFile(const char *outFilename, const char *outComment,
19                     const char *sourcePath, const char *addList, icu::Package *pkg,
20                     char outType);
21
22 U_CAPI icu::Package * U_EXPORT2
23 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
24
25 #endif