]>
git.saurik.com Git - apple/icu.git/blob - icuSources/extra/uconv/unicode/uwmsg.h
2 **********************************************************************
3 * Copyright (C) 2000-2004, International Business Machines Corporation
4 * and others. All Rights Reserved.
5 **********************************************************************
7 Get a message out of the default resource bundle, messageformat it,
16 #include "unicode/ures.h"
18 /* Set the path to wmsg's bundle.
21 U_CFUNC UResourceBundle
*u_wmsg_setPath(const char *path
, UErrorCode
*err
);
23 /* Format a message and print it's output to a given file stream */
24 U_CFUNC
int u_wmsg(FILE *fp
, const char *tag
, ... );
26 /* format an error message */
27 U_CFUNC
const UChar
* u_wmsg_errorName(UErrorCode err
);