Lines Matching refs:UNumberFormat
668 * Get the UNumberFormat associated with an UDateFormat.
669 * A UDateFormat uses a UNumberFormat to format numbers within a date,
672 * @return A pointer to the UNumberFormat used by fmt to format numbers.
676 U_STABLE const UNumberFormat* U_EXPORT2
680 * Set the UNumberFormat associated with an UDateFormat.
681 * A UDateFormat uses a UNumberFormat to format numbers within a date,
684 * @param numberFormatToSet A pointer to the UNumberFormat to be used by fmt to format numbers.
690 const UNumberFormat* numberFormatToSet);