1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
4 *******************************************************************************
6 * Copyright (C) 1998-2014, International Business Machines
7 * Corporation and others. All Rights Reserved.
9 *******************************************************************************
13 * Modification History:
15 * Date Name Description
16 * 05/26/99 stephen Creation.
17 *******************************************************************************
23 #include "unicode/utypes.h"
28 /* One time parser initalisation */
31 /* Parse a ResourceBundle text file */
32 struct SRBRoot
* parse(UCHARBUF
*buf
, const char* inputDir
, const char* outputDir
,
34 UBool makeBinaryCollation
, UBool omitCollationRules
, UErrorCode
*status
);