UResourceBundle * u_nl_catd
An ICU message catalog descriptor, analogous to nl_catd.
const UChar * u_catgets(u_nl_catd catd, int32_t set_num, int32_t msg_num, const UChar *s, int32_t *len, UErrorCode *ec)
Retrieve a localized string from an ICU message catalog.
Basic definitions for ICU, for both C and C++ APIs.
void u_catclose(u_nl_catd catd)
Close an ICU message catalog, given its descriptor.
struct UResourceBundle UResourceBundle
UErrorCode
Error code to replace exception handling, so that the code is compatible with all C++ compilers,...
u_nl_catd u_catopen(const char *name, const char *locale, UErrorCode *ec)
Open and return an ICU message catalog descriptor.
#define U_STABLE
This is used to declare a function as a stable public ICU C API.