Searched refs:ucal_isWeekend (Results 1 – 5 of 5) sorted by relevance
33 # define ucal_isWeekend ucal_isWeekend_DRAFT_API_DO_NOT_USE macro
525 #define ucal_isWeekend U_ICU_ENTRY_POINT_RENAME(ucal_isWeekend) macro
1276 ucal_isWeekend(const UCalendar *cal, UDate date, UErrorCode *status);
558 ucal_isWeekend(const UCalendar *cal, UDate date, UErrorCode *status) in ucal_isWeekend() function
1601 isWeekend = ucal_isWeekend(cal, dateToTest, &status); in TestWeekend()