Lines Matching refs:UCalendar
172 typedef void* UCalendar; typedef
748 U_CAPI UCalendar* U_EXPORT2
762 ucal_close(UCalendar *cal);
777 U_DEFINE_LOCAL_OPEN_POINTER(LocalUCalendarPointer, UCalendar, ucal_close);
791 U_CAPI UCalendar* U_EXPORT2
792 ucal_clone(const UCalendar* cal,
805 ucal_setTimeZone(UCalendar* cal,
821 ucal_getTimeZoneID(const UCalendar *cal,
858 ucal_getTimeZoneDisplayName(const UCalendar* cal,
874 ucal_inDaylightTime(const UCalendar* cal,
898 ucal_setGregorianChange(UCalendar *cal, UDate date, UErrorCode *pErrorCode);
921 ucal_getGregorianChange(const UCalendar *cal, UErrorCode *pErrorCode);
1002 ucal_getAttribute(const UCalendar* cal,
1017 ucal_setAttribute(UCalendar* cal,
1056 ucal_getMillis(const UCalendar* cal,
1071 ucal_setMillis(UCalendar* cal,
1090 ucal_setDate(UCalendar* cal,
1114 ucal_setDateTime(UCalendar* cal,
1133 ucal_equivalentTo(const UCalendar* cal1,
1134 const UCalendar* cal2);
1155 ucal_add(UCalendar* cal,
1185 ucal_roll(UCalendar* cal,
1207 ucal_get(const UCalendar* cal,
1227 ucal_set(UCalendar* cal,
1247 ucal_isSet(const UCalendar* cal,
1265 ucal_clearField(UCalendar* cal,
1279 ucal_clear(UCalendar* calendar);
1318 ucal_getLimit(const UCalendar* cal,
1331 ucal_getLocaleByType(const UCalendar *cal, ULocDataLocaleType type, UErrorCode* status);
1371 ucal_getType(const UCalendar *cal, UErrorCode* status);
1445 ucal_getDayOfWeekType(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode* status);
1463 ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status);
1476 ucal_isWeekend(const UCalendar *cal, UDate date, UErrorCode *status);
1503 ucal_getFieldDifference(UCalendar* cal,
1557 ucal_getTimeZoneTransitionDate(const UCalendar* cal, UTimeZoneTransitionType type,
1717 const UCalendar* cal,