Searched refs:isWeekend (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/test/cintltst/ |
D | ccaltst.c | 1537 UBool isWeekend; member 1624 UBool isWeekend; in TestWeekend() local 1631 isWeekend = ucal_isWeekend(cal, dateToTest, &status); in TestWeekend() 1645 } else if ( (isWeekend!=0) != (weekendDatesPtr->isWeekend!=0) ) { in TestWeekend() 1646 …%s date %s isWeekend %d, expected the opposite\n", testDatesPtr->locale, fmtDateBytes, isWeekend ); in TestWeekend() 1648 …_verbose("OK: locale %s date %s isWeekend %d\n", testDatesPtr->locale, fmtDateBytes, isWeekend ); in TestWeekend()
|
/external/icu4c/i18n/unicode/ |
D | calendar.h | 1235 virtual UBool isWeekend(UDate date, UErrorCode &status) const; 1244 virtual UBool isWeekend(void) const;
|
/external/icu4c/i18n/ |
D | ucal.cpp | 598 return ((Calendar*)cal)->isWeekend(date, *status); in ucal_isWeekend()
|
D | calendar.cpp | 2185 Calendar::isWeekend(UDate date, UErrorCode &status) const in isWeekend() function in Calendar 2199 result = work->isWeekend(); in isWeekend() 2206 Calendar::isWeekend(void) const in isWeekend() function in Calendar
|