Searched refs:ucal_isWeekend (Results 1 – 4 of 4) sorted by relevance
1418 ucal_isWeekend(const UCalendar *cal, UDate date, UErrorCode *status);
620 ucal_isWeekend(const UCalendar *cal, UDate date, UErrorCode *status) in ucal_isWeekend() function
535 #define ucal_isWeekend U_ICU_ENTRY_POINT_RENAME(ucal_isWeekend) macro
1774 isWeekend = ucal_isWeekend(cal, dateToTest, &status); in TestWeekend()