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

/external/icu/icu4c/source/i18n/unicode/
H A Duformattable.h20 * \brief C API: UFormattable is a thin wrapper for primitive types used for formatting and parsing.
40 * Enum designating the type of a UFormattable instance.
70 typedef void *UFormattable; typedef
73 * Initialize a UFormattable, to type UNUM_LONG, value 0
78 * @return the new UFormattable
82 U_STABLE UFormattable* U_EXPORT2
86 * Cleanup any additional memory allocated by this UFormattable.
92 ufmt_close(UFormattable* fmt);
100 * "Smart pointer" class, closes a UFormattable via ufmt_close().
107 U_DEFINE_LOCAL_OPEN_POINTER(LocalUFormattablePointer, UFormattable, ufmt_clos
[all...]

Completed in 156 milliseconds