]>
git.saurik.com Git - apple/icu.git/blob - icuSources/tools/genrb/errmsg.h
2 *******************************************************************************
4 * Copyright (C) 1998-2016, 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 *******************************************************************************
21 #include "unicode/utypes.h"
25 extern const char *gCurrentFileName
;
27 U_CFUNC
void error(uint32_t linenumber
, const char *msg
, ...);
28 U_CFUNC
void warning(uint32_t linenumber
, const char *msg
, ...);
31 U_CFUNC
void setShowWarning(UBool val
);
32 U_CFUNC UBool
getShowWarning(void);
35 U_CFUNC
void setStrict(UBool val
);
36 U_CFUNC UBool
isStrict(void);
39 U_CFUNC
void setVerbose(UBool val
);
40 U_CFUNC UBool
isVerbose(void);