]>
git.saurik.com Git - apple/icu.git/blob - icuSources/tools/toolutil/pkg_gencmn.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, International Business Machines
5 * Corporation and others. All Rights Reserved.
6 *******************************************************************************
9 #ifndef __PKG_GENCMN_H__
10 #define __PKG_GENCMN_H__
12 #include "unicode/utypes.h"
15 createCommonDataFile(const char *destDir
, const char *name
, const char *entrypointName
, const char *type
, const char *source
, const char *copyRight
,
16 const char *dataFile
, uint32_t max_size
, UBool sourceTOC
, UBool verbose
, char *gencmnFileName
);