Home | History | Annotate | Download | only in unicode

Lines Matching refs:UCalendar

645                             UCalendar*      calendar,
677 * Get the UCalendar associated with an UDateFormat.
678 * A UDateFormat uses a UCalendar to convert a raw value to, for example,
681 * @return A pointer to the UCalendar used by fmt.
685 U_STABLE const UCalendar* U_EXPORT2
689 * Set the UCalendar associated with an UDateFormat.
690 * A UDateFormat uses a UCalendar to convert a raw value to, for example,
693 * @param calendarToSet A pointer to an UCalendar to be used by fmt.
699 const UCalendar* calendarToSet);