]> 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 79ffd79c3d2e474f277216340f07c2c9023e9c3b..c9ac5521e1bf9005d5bb55708451fdfdc3ad2b26 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *******************************************************************************
 *
-*   Copyright (C) 1998-2003, 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 makeBinaryCollation);
+void initParser();
 
 /* Parse a ResourceBundle text file */
-struct SRBRoot* parse(UCHARBUF *buf, const char* inputDir, UErrorCode *status);
+struct SRBRoot* parse(UCHARBUF *buf, const char* inputDir, const char* outputDir,
+                      const char *filename,
+                      UBool makeBinaryCollation, UBool omitCollationRules, UErrorCode *status);
 
 U_CDECL_END
 
 #endif
-