X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/4388f060552cc537e71e957d32f35e9d75a61233..b331163bffd790ced0e88b73f44f86d49ccc48a5:/icuSources/tools/genrb/parse.h diff --git a/icuSources/tools/genrb/parse.h b/icuSources/tools/genrb/parse.h index 5d39970b..c9ac5521 100644 --- a/icuSources/tools/genrb/parse.h +++ b/icuSources/tools/genrb/parse.h @@ -1,7 +1,7 @@ /* ******************************************************************************* * -* Copyright (C) 1998-2011, International Business Machines +* Copyright (C) 1998-2014, International Business Machines * Corporation and others. All Rights Reserved. * ******************************************************************************* @@ -24,11 +24,12 @@ 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