]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/genrb/parse.h
ICU-57163.0.1.tar.gz
[apple/icu.git] / icuSources / tools / genrb / parse.h
index 5d39970b7ccf2eda139a625e72c384b2aea19e7c..c9ac5521e1bf9005d5bb55708451fdfdc3ad2b26 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *******************************************************************************
 *
-*   Copyright (C) 1998-2011, International Business Machines
+*   Copyright (C) 1998-2014, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
 
 U_CDECL_BEGIN
 /* One time parser initalisation */
-void initParser(UBool omitCollationRules);
+void initParser();
 
 /* Parse a ResourceBundle text file */
 struct SRBRoot* parse(UCHARBUF *buf, const char* inputDir, const char* outputDir,
-                      UBool omitBinaryCollation, UErrorCode *status);
+                      const char *filename,
+                      UBool makeBinaryCollation, UBool omitCollationRules, UErrorCode *status);
 
 U_CDECL_END