Lines Matching refs:UCalendar
1006 UCalendar* calendar,
1079 UCalendar* calendar,
1096 * UCAL_ERA field of the UCalendar object) is not normally part of the format,
1098 * recommended that clients parse using udat_parseCalendar with the UCalendar
1142 UCalendar* calendar,
1174 * Get the UCalendar associated with an UDateFormat.
1175 * A UDateFormat uses a UCalendar to convert a raw value to, for example,
1178 * @return A pointer to the UCalendar used by fmt.
1182 U_STABLE const UCalendar* U_EXPORT2
1186 * Set the UCalendar associated with an UDateFormat.
1187 * A UDateFormat uses a UCalendar to convert a raw value to, for example,
1190 * @param calendarToSet A pointer to an UCalendar to be used by fmt.
1196 const UCalendar* calendarToSet);