U_CAPI int32_t udat_toPattern ( const UDateFormat *fmt, bool_t localized, UChar *result, int32_t resultLength, UErrorCode *status)

Extract the pattern from a UDateFormat

Documentation

Extract the pattern from a UDateFormat. The pattern will follow the pattern syntax rules.
Returns:
The total buffer size needed; if greater than resultLength, the output was truncated.
Parameters:
fmt - The formatter to query.
localized - TRUE if the pattern should be localized, FALSE otherwise.
result - A pointer to a buffer to receive the pattern.
resultLength - The maximum size of result.
status - A pointer to an UErrorCode to receive any errors
See Also:
udat_applyPattern

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