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