Lines Matching refs:UMessageFormat
41 * <p>The opaque UMessageFormat type is a thin C wrapper around
382 typedef void* UMessageFormat;
393 * @return A pointer to a UMessageFormat to use for formatting
397 U_STABLE UMessageFormat* U_EXPORT2
405 * Close a UMessageFormat.
406 * Once closed, a UMessageFormat may no longer be used.
411 umsg_close(UMessageFormat* format);
419 * "Smart pointer" class, closes a UMessageFormat via umsg_close().
426 U_DEFINE_LOCAL_OPEN_POINTER(LocalUMessageFormatPointer, UMessageFormat, umsg_close);
433 * Open a copy of a UMessageFormat.
440 U_STABLE UMessageFormat U_EXPORT2
441 umsg_clone(const UMessageFormat *fmt,
452 umsg_setLocale(UMessageFormat *fmt,
463 umsg_getLocale(const UMessageFormat *fmt);
478 umsg_applyPattern( UMessageFormat *fmt,
496 umsg_toPattern(const UMessageFormat *fmt,
517 umsg_format( const UMessageFormat *fmt,
539 umsg_vformat( const UMessageFormat *fmt,
560 umsg_parse( const UMessageFormat *fmt,
583 umsg_vparse(const UMessageFormat *fmt,