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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DIBMCalendarTest.java41 * NOTE: This test will have to be updated when the isWeekend() etc.
46 * that Calendar's isWeekend() etc. methods.
102 // We only test the getDayOfWeekType() and isWeekend() APIs.
104 // isWeekend() API, which calls it.
117 boolean isWeekend = cal.isWeekend();
118 boolean ok = isWeekend == (data[i+5] != 0);
120 logln("Ok: " + fmt.format(cal.getTime()) + " isWeekend=" + isWeekend);
122 errln("FAIL: " + fmt.format(cal.getTime()) + " isWeekend
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dcalendar.h1419 virtual UBool isWeekend(UDate date, UErrorCode &status) const;
1428 virtual UBool isWeekend(void) const;
/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.c1665 UBool isWeekend; member in struct:__anon5756
1759 UBool isWeekend; local
1766 isWeekend = ucal_isWeekend(cal, dateToTest, &status);
1778 log_err("FAIL: locale %s date %s isWeekend() status %s\n", testDatesPtr->locale, fmtDateBytes, u_errorName(status) );
1780 } else if ( (isWeekend!=0) != (weekendDatesPtr->isWeekend!=0) ) {
1781 log_err("FAIL: locale %s date %s isWeekend %d, expected the opposite\n", testDatesPtr->locale, fmtDateBytes, isWeekend );
1783 log_verbose("OK: locale %s date %s isWeekend %d\n", testDatesPtr->locale, fmtDateBytes, isWeekend );
[all...]
/external/icu/icu4c/source/i18n/
H A Ducal.cpp622 return ((Calendar*)cal)->isWeekend(date, *status);
H A Dcalendar.cpp2566 Calendar::isWeekend(UDate date, UErrorCode &status) const function in class:Calendar
2580 result = work->isWeekend();
2587 Calendar::isWeekend(void) const function in class:Calendar
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCalendar.java4484 * @see #isWeekend(Date)
4485 * @see #isWeekend()
4529 * @see #isWeekend(Date)
4530 * @see #isWeekend()
4545 * system. Equivalent to calling setTime() followed by isWeekend(). Note: This
4552 * @see #isWeekend()
4555 public boolean isWeekend(Date date) { method in class:Calendar
4557 return isWeekend();
4567 * @see #isWeekend(Date)
4570 public boolean isWeekend() { method in class:Calendar
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 188 milliseconds