X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..f59164e3d128c7675a4d3934206346a3384e53a5:/icuSources/tools/genrb/read.h?ds=inline diff --git a/icuSources/tools/genrb/read.h b/icuSources/tools/genrb/read.h index 9538e027..f79b145f 100644 --- a/icuSources/tools/genrb/read.h +++ b/icuSources/tools/genrb/read.h @@ -1,7 +1,7 @@ /* ******************************************************************************* * -* Copyright (C) 1998-2000, International Business Machines +* Copyright (C) 1998-2011, International Business Machines * Corporation and others. All Rights Reserved. * ******************************************************************************* @@ -38,13 +38,15 @@ enum ETokenType TOK_TOKEN_COUNT /* Number of "real" token types */ }; -UChar32 unescape(UCHARBUF *buf, UErrorCode *status); +U_CFUNC UChar32 unescape(UCHARBUF *buf, UErrorCode *status); -void resetLineNumber(void); +U_CFUNC void resetLineNumber(void); -enum ETokenType getNextToken(UCHARBUF *buf, - struct UString *token, - uint32_t *linenumber, /* out: linenumber of token */ - UErrorCode *status); +U_CFUNC enum ETokenType +getNextToken(UCHARBUF *buf, + struct UString *token, + uint32_t *linenumber, /* out: linenumber of token */ + struct UString *comment, + UErrorCode *status); #endif