Home | History | Annotate | Download | only in unicode

Lines Matching refs:UNumberFormat

702 * Get the UNumberFormat associated with an UDateFormat.
703 * A UDateFormat uses a UNumberFormat to format numbers within a date,
706 * @return A pointer to the UNumberFormat used by fmt to format numbers.
710 U_STABLE const UNumberFormat* U_EXPORT2
714 * Set the UNumberFormat associated with an UDateFormat.
715 * A UDateFormat uses a UNumberFormat to format numbers within a date,
718 * @param numberFormatToSet A pointer to the UNumberFormat to be used by fmt to format numbers.
724 const UNumberFormat* numberFormatToSet);