X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/73c04bcfe1096173b00431f0cdc742894b15eef0..b331163bffd790ced0e88b73f44f86d49ccc48a5:/icuSources/tools/genrb/parse.h diff --git a/icuSources/tools/genrb/parse.h b/icuSources/tools/genrb/parse.h index da5b345b..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,12 +24,13 @@ 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, 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 #endif -