]>
git.saurik.com Git - apple/icu.git/blob - icuSources/tools/genrb/errmsg.h
2 *******************************************************************************
4 * Copyright (C) 1998-2011, International Business Machines
5 * Corporation and others. All Rights Reserved.
7 *******************************************************************************
11 * Modification History:
13 * Date Name Description
14 * 05/28/99 stephen Creation.
15 *******************************************************************************
23 extern const char *gCurrentFileName
;
25 U_CFUNC
void error(uint32_t linenumber
, const char *msg
, ...);
26 U_CFUNC
void warning(uint32_t linenumber
, const char *msg
, ...);
29 U_CFUNC
void setShowWarning(UBool val
);
30 U_CFUNC UBool
getShowWarning(void);
33 U_CFUNC
void setStrict(UBool val
);
34 U_CFUNC UBool
isStrict(void);
37 U_CFUNC
void setVerbose(UBool val
);
38 U_CFUNC UBool
isVerbose(void);