2 *******************************************************************************
4 * Copyright (C) 1998-2006, International Business Machines
5 * Corporation and others. All Rights Reserved.
7 *******************************************************************************
11 * Modification History:
13 * Date Name Description
14 * 05/26/99 stephen Creation.
15 *******************************************************************************
21 #include "unicode/utypes.h"
26 /* One time parser initalisation */
27 void initParser(UBool makeBinaryCollation
);
29 /* Parse a ResourceBundle text file */
30 struct SRBRoot
* parse(UCHARBUF
*buf
, const char* inputDir
, const char* outputDir
, UErrorCode
*status
);