Lines Matching refs:UCalendar
155 typedef void* UCalendar; typedef
690 U_STABLE UCalendar* U_EXPORT2
704 ucal_close(UCalendar *cal);
719 U_DEFINE_LOCAL_OPEN_POINTER(LocalUCalendarPointer, UCalendar, ucal_close);
733 U_STABLE UCalendar* U_EXPORT2
734 ucal_clone(const UCalendar* cal,
747 ucal_setTimeZone(UCalendar* cal,
763 ucal_getTimeZoneID(const UCalendar *cal,
800 ucal_getTimeZoneDisplayName(const UCalendar* cal,
816 ucal_inDaylightTime(const UCalendar* cal,
840 ucal_setGregorianChange(UCalendar *cal, UDate date, UErrorCode *pErrorCode);
863 ucal_getGregorianChange(const UCalendar *cal, UErrorCode *pErrorCode);
944 ucal_getAttribute(const UCalendar* cal,
959 ucal_setAttribute(UCalendar* cal,
998 ucal_getMillis(const UCalendar* cal,
1013 ucal_setMillis(UCalendar* cal,
1032 ucal_setDate(UCalendar* cal,
1056 ucal_setDateTime(UCalendar* cal,
1075 ucal_equivalentTo(const UCalendar* cal1,
1076 const UCalendar* cal2);
1097 ucal_add(UCalendar* cal,
1127 ucal_roll(UCalendar* cal,
1149 ucal_get(const UCalendar* cal,
1169 ucal_set(UCalendar* cal,
1189 ucal_isSet(const UCalendar* cal,
1207 ucal_clearField(UCalendar* cal,
1221 ucal_clear(UCalendar* calendar);
1260 ucal_getLimit(const UCalendar* cal,
1273 ucal_getLocaleByType(const UCalendar *cal, ULocDataLocaleType type, UErrorCode* status);
1313 ucal_getType(const UCalendar *cal, UErrorCode* status);
1387 ucal_getDayOfWeekType(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode* status);
1405 ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status);
1418 ucal_isWeekend(const UCalendar *cal, UDate date, UErrorCode *status);
1445 ucal_getFieldDifference(UCalendar* cal,
1499 ucal_getTimeZoneTransitionDate(const UCalendar* cal, UTimeZoneTransitionType type,