]>
git.saurik.com Git - apple/icu.git/blob - icuSources/extra/uconv/unicode/uwmsg.h
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
4 **********************************************************************
5 * Copyright (C) 2000-2004, International Business Machines Corporation
6 * and others. All Rights Reserved.
7 **********************************************************************
9 Get a message out of the default resource bundle, messageformat it,
10 and print it to stderr
18 #include "unicode/ures.h"
20 /* Set the path to wmsg's bundle.
23 U_CFUNC UResourceBundle
*u_wmsg_setPath(const char *path
, UErrorCode
*err
);
25 /* Format a message and print it's output to a given file stream */
26 U_CFUNC
int u_wmsg(FILE *fp
, const char *tag
, ... );
28 /* format an error message */
29 U_CFUNC
const UChar
* u_wmsg_errorName(UErrorCode err
);