]> git.saurik.com Git - apple/icu.git/blob - icuSources/tools/toolutil/pkg_icu.h
ICU-57166.0.1.tar.gz
[apple/icu.git] / icuSources / tools / toolutil / pkg_icu.h
1 /******************************************************************************
2 * Copyright (C) 2008-2016, International Business Machines
3 * Corporation and others. All Rights Reserved.
4 *******************************************************************************
5 */
6
7 #ifndef __PKG_ICU_H__
8 #define __PKG_ICU_H__
9
10 #include "unicode/utypes.h"
11 #include "package.h"
12
13 #define U_PKG_RESERVED_CHARS "\"%&'()*+,-./:;<=>?_"
14
15 U_CAPI int U_EXPORT2
16 writePackageDatFile(const char *outFilename, const char *outComment,
17 const char *sourcePath, const char *addList, icu::Package *pkg,
18 char outType);
19
20 U_CAPI icu::Package * U_EXPORT2
21 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
22
23 #endif