]>
git.saurik.com Git - apple/icu.git/blob - icuSources/tools/genrb/errmsg.h
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
4 *******************************************************************************
6 * Copyright (C) 1998-2016, International Business Machines
7 * Corporation and others. All Rights Reserved.
9 *******************************************************************************
13 * Modification History:
15 * Date Name Description
16 * 05/28/99 stephen Creation.
17 *******************************************************************************
23 #include "unicode/utypes.h"
27 extern const char *gCurrentFileName
;
29 U_CFUNC
void error(uint32_t linenumber
, const char *msg
, ...);
30 U_CFUNC
void warning(uint32_t linenumber
, const char *msg
, ...);
33 U_CFUNC
void setShowWarning(UBool val
);
34 U_CFUNC UBool
getShowWarning(void);
37 U_CFUNC
void setStrict(UBool val
);
38 U_CFUNC UBool
isStrict(void);
41 U_CFUNC
void setVerbose(UBool val
);
42 U_CFUNC UBool
isVerbose(void);