| // © 2016 and later: Unicode, Inc. and others. |
| // License & terms of use: http://www.unicode.org/copyright.html |
| ******************************************************************************* |
| * Copyright (C) 1998-2014, International Business Machines |
| * Corporation and others. All Rights Reserved. |
| ******************************************************************************* |
| * 05/26/99 stephen Creation. |
| ******************************************************************************* |
| #include "unicode/utypes.h" |
| /* One time parser initalisation */ |
| /* Parse a ResourceBundle text file */ |
| struct SRBRoot* parse(UCHARBUF *buf, const char* inputDir, const char* outputDir, |
| UBool makeBinaryCollation, UBool omitCollationRules, UErrorCode *status); |