Lines Matching refs:UFormattable
26 #include "unicode/uformattable.h"
692 * Format a UFormattable into a string.
694 * @param number the number to format, as a UFormattable
713 const UFormattable *number,
862 * Parse a UChar string into a UFormattable.
868 * @param result the UFormattable to hold the result. If NULL, a new UFormattable will be allocated (which the caller must close with ufmt_close).
876 * @return the UFormattable. Will be ==result unless NULL was passed in for result, in which case it will be the newly opened UFormattable.
881 U_STABLE UFormattable* U_EXPORT2
883 UFormattable *result,