Home | History | Annotate | Download | only in unicode

Lines Matching refs:UFormattable

24 #include "unicode/uformattable.h"
614 * Format a UFormattable into a string.
616 * @param number the number to format, as a UFormattable
635 const UFormattable *number,
784 * Parse a UChar string into a UFormattable.
790 * @param result the UFormattable to hold the result. If NULL, a new UFormattable will be allocated (which the caller must close with ufmt_close).
798 * @return the UFormattable. Will be ==result unless NULL was passed in for result, in which case it will be the newly opened UFormattable.
803 U_STABLE UFormattable* U_EXPORT2
805 UFormattable *result,