Searched defs:UMessageFormat (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/icu/public/i18n/unicode/
H A Dumsg.h425 typedef void* UMessageFormat; typedef
436 * @return A pointer to a UMessageFormat to use for formatting
440 U_STABLE UMessageFormat* U_EXPORT2
448 * Close a UMessageFormat.
449 * Once closed, a UMessageFormat may no longer be used.
454 umsg_close(UMessageFormat* format);
457 * Open a copy of a UMessageFormat.
464 U_STABLE UMessageFormat U_EXPORT2
465 umsg_clone(const UMessageFormat *fmt,
476 umsg_setLocale(UMessageFormat *fm
[all...]
/external/icu4c/i18n/unicode/
H A Dumsg.h468 typedef void* UMessageFormat; typedef
479 * @return A pointer to a UMessageFormat to use for formatting
483 U_STABLE UMessageFormat* U_EXPORT2
491 * Close a UMessageFormat.
492 * Once closed, a UMessageFormat may no longer be used.
497 umsg_close(UMessageFormat* format);
505 * "Smart pointer" class, closes a UMessageFormat via umsg_close().
512 U_DEFINE_LOCAL_OPEN_POINTER(LocalUMessageFormatPointer, UMessageFormat, umsg_close);
519 * Open a copy of a UMessageFormat.
526 U_STABLE UMessageFormat U_EXPORT
[all...]

Completed in 30 milliseconds