Searched refs:isWeekend (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dcalendar.h1419 virtual UBool isWeekend(UDate date, UErrorCode &status) const;
1428 virtual UBool isWeekend(void) const;
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dccaltst.c1661 UBool isWeekend; member in struct:__anon1024
1755 UBool isWeekend; local
1762 isWeekend = ucal_isWeekend(cal, dateToTest, &status);
1774 log_err("FAIL: locale %s date %s isWeekend() status %s\n", testDatesPtr->locale, fmtDateBytes, u_errorName(status) );
1776 } else if ( (isWeekend!=0) != (weekendDatesPtr->isWeekend!=0) ) {
1777 log_err("FAIL: locale %s date %s isWeekend %d, expected the opposite\n", testDatesPtr->locale, fmtDateBytes, isWeekend );
1779 log_verbose("OK: locale %s date %s isWeekend %d\n", testDatesPtr->locale, fmtDateBytes, isWeekend );
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcalendar.cpp2497 Calendar::isWeekend(UDate date, UErrorCode &status) const function in class:Calendar
2511 result = work->isWeekend();
2518 Calendar::isWeekend(void) const function in class:Calendar
H A Ducal.cpp622 return ((Calendar*)cal)->isWeekend(date, *status);

Completed in 141 milliseconds