]>
git.saurik.com Git - apple/icu.git/blob - icuSources/tools/toolutil/pkg_icu.h
1 // © 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 *******************************************************************************
12 #include "unicode/utypes.h"
15 #define U_PKG_RESERVED_CHARS "\"%&'()*+,-./:;<=>?_"
18 writePackageDatFile(const char *outFilename
, const char *outComment
,
19 const char *sourcePath
, const char *addList
, icu::Package
*pkg
,
22 U_CAPI
icu::Package
* U_EXPORT2
23 readList(const char *filesPath
, const char *listname
, UBool readContents
, icu::Package
*listPkgIn
);