]>
git.saurik.com Git - apple/icu.git/blob - icuSources/tools/toolutil/pkg_icu.h
1 /******************************************************************************
2 * Copyright (C) 2008-2016, International Business Machines
3 * Corporation and others. All Rights Reserved.
4 *******************************************************************************
10 #include "unicode/utypes.h"
13 #define U_PKG_RESERVED_CHARS "\"%&'()*+,-./:;<=>?_"
16 writePackageDatFile(const char *outFilename
, const char *outComment
,
17 const char *sourcePath
, const char *addList
, icu::Package
*pkg
,
20 U_CAPI
icu::Package
* U_EXPORT2
21 readList(const char *filesPath
, const char *listname
, UBool readContents
, icu::Package
*listPkgIn
);