]> git.saurik.com Git - apple/icu.git/blame - icuSources/tools/toolutil/pkg_icu.h
ICU-62135.0.1.tar.gz
[apple/icu.git] / icuSources / tools / toolutil / pkg_icu.h
CommitLineData
f3c0d7a5
A
1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html
729e4ab9 3/******************************************************************************
2ca993e8 4 * Copyright (C) 2008-2016, International Business Machines
729e4ab9
A
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"
2ca993e8 13#include "package.h"
729e4ab9
A
14
15#define U_PKG_RESERVED_CHARS "\"%&'()*+,-./:;<=>?_"
16
17U_CAPI int U_EXPORT2
18writePackageDatFile(const char *outFilename, const char *outComment,
4388f060 19 const char *sourcePath, const char *addList, icu::Package *pkg,
729e4ab9
A
20 char outType);
21
4388f060 22U_CAPI icu::Package * U_EXPORT2
51004dcb 23readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
729e4ab9
A
24
25#endif