X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/46f4442e9a5a4f3b98b7c1083586332f6a8a99a4..f59164e3d128c7675a4d3934206346a3384e53a5:/icuSources/tools/genrb/parse.h diff --git a/icuSources/tools/genrb/parse.h b/icuSources/tools/genrb/parse.h index 7c575fa6..c9ac5521 100644 --- a/icuSources/tools/genrb/parse.h +++ b/icuSources/tools/genrb/parse.h @@ -1,7 +1,7 @@ /* ******************************************************************************* * -* Copyright (C) 1998-2006, International Business Machines +* Copyright (C) 1998-2014, International Business Machines * Corporation and others. All Rights Reserved. * ******************************************************************************* @@ -24,10 +24,12 @@ U_CDECL_BEGIN /* One time parser initalisation */ -void initParser(UBool omitBinaryCollation, UBool omitCollationRules); +void initParser(); /* Parse a ResourceBundle text file */ -struct SRBRoot* parse(UCHARBUF *buf, const char* inputDir, const char* outputDir, 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