HomeSort by relevance Sort by last modified time
    Searched defs:UFormattable (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/unicode/
uformattable.h 7 * File UFORMATTABLE.H
18 * \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.
64 typedef void *UFormattable;
67 * Initialize a UFormattable, to type UNUM_LONG, value 0
72 * @return the new UFormattable
76 U_DRAFT UFormattable* U_EXPORT2
80 * Cleanup any additional memory allocated by this UFormattable.
86 ufmt_close(UFormattable* fmt);
94 * "Smart pointer" class, closes a UFormattable via ufmt_close()
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
uformattable.h 7 * File UFORMATTABLE.H
18 * \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.
64 typedef void *UFormattable;
67 * Initialize a UFormattable, to type UNUM_LONG, value 0
72 * @return the new UFormattable
76 U_DRAFT UFormattable* U_EXPORT2
80 * Cleanup any additional memory allocated by this UFormattable.
86 ufmt_close(UFormattable* fmt);
94 * "Smart pointer" class, closes a UFormattable via ufmt_close()
    [all...]

Completed in 74 milliseconds