U_CAPI void u_parseMessage ( const char *locale, const UChar *pattern, int32_t patternLength, const UChar *source, int32_t sourceLength, UErrorCode *status, ...)

Parse a message

Documentation

Parse a message. For numeric arguments, this function will always use doubles. Integer types should not be passed. This function is not able to parse all output from u_formatMessage.
Parameters:
locale - The locale for which the message is formatted
pattern - The pattern specifying the message's format
patternLength - The length of pattern
source - The text to parse.
sourceLength - The length of source, or -1 if null-terminated.
status - A pointer to an UErrorCode to receive any errors
... - A variable-length argument list containing the arguments specified in pattern.
See Also:
u_formatMessage

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de