Searched refs:getDayOfWeekType (Results 1 - 10 of 10) sorted by relevance

/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
H A DCalendarTest.java501 * Test method for 'com.ibm.icu.util.Calendar.getDayOfWeekType(int)'
505 assertEquals(Calendar.WEEKDAY, cal.getDayOfWeekType(Calendar.FRIDAY));
506 assertEquals(Calendar.WEEKEND, cal.getDayOfWeekType(Calendar.SATURDAY));
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
H A DCalendar.java1092 * {@icu} Value returned by getDayOfWeekType(int dayOfWeek) to indicate a
1097 * @see #getDayOfWeekType
1103 * {@icu} Value returned by getDayOfWeekType(int dayOfWeek) to indicate a
1108 * @see #getDayOfWeekType
1114 * {@icu} Value returned by getDayOfWeekType(int dayOfWeek) to indicate a
1120 * @see #getDayOfWeekType
1126 * {@icu} Value returned by getDayOfWeekType(int dayOfWeek) to indicate a
1132 * @see #getDayOfWeekType
2279 public int getDayOfWeekType(int dayOfWeek) { method in class:Calendar
2290 // * calendar system. If getDayOfWeekType(dayOfWee
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
H A DIBMCalendarTest.java110 // We only test the getDayOfWeekType() and isWeekend() APIs.
142 int type = cal.getDayOfWeekType(data[i]);
928 if (cal.getDayOfWeekType(i) == Calendar.WEEKEND_ONSET) {
931 if (cal.getDayOfWeekType(i) == Calendar.WEEKEND_CEASE) {
1795 int wdt1 = cal1.getDayOfWeekType(d);
1796 int wdt2 = cal2.getDayOfWeekType(d);
1798 errln("getDayOfWeekType(" + d + "): " + LOCALE_PAIRS[i] + "->" + wdt1 + ", " + LOCALE_PAIRS[i + 1] + "->" + wdt2);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DIBMCalendarTest.java107 // We only test the getDayOfWeekType() and isWeekend() APIs.
139 int type = cal.getDayOfWeekType(data[i]);
925 if (cal.getDayOfWeekType(i) == Calendar.WEEKEND_ONSET) {
928 if (cal.getDayOfWeekType(i) == Calendar.WEEKEND_CEASE) {
1792 int wdt1 = cal1.getDayOfWeekType(d);
1793 int wdt2 = cal2.getDayOfWeekType(d);
1795 errln("getDayOfWeekType(" + d + "): " + LOCALE_PAIRS[i] + "->" + wdt1 + ", " + LOCALE_PAIRS[i + 1] + "->" + wdt2);
/external/icu/icu4c/source/i18n/
H A Ducal.cpp607 return ((Calendar*)cal)->getDayOfWeekType(dayOfWeek, *status);
H A Dcalendar.cpp2528 Calendar::getDayOfWeekType(UCalendarDaysOfWeek dayOfWeek, UErrorCode &status) const function in class:Calendar
2601 UCalendarWeekdayType dayType = getDayOfWeekType(dayOfWeek, status);
/external/icu/icu4c/source/i18n/unicode/
H A Dcalendar.h1394 virtual UCalendarWeekdayType getDayOfWeekType(UCalendarDaysOfWeek dayOfWeek, UErrorCode &status) const;
1398 * this calendar system. If getDayOfWeekType() returns UCAL_WEEKEND_ONSET
1400 * If getDayOfWeekType() returns UCAL_WEEKEND_CEASE for the specified dayOfWeek,
1401 * return the time at which the weekend ends. If getDayOfWeekType() returns
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DCalendar.java1081 * <strong>[icu]</strong> Value returned by getDayOfWeekType(int dayOfWeek) to indicate a
1086 * @see #getDayOfWeekType
1094 * <strong>[icu]</strong> Value returned by getDayOfWeekType(int dayOfWeek) to indicate a
1099 * @see #getDayOfWeekType
1107 * <strong>[icu]</strong> Value returned by getDayOfWeekType(int dayOfWeek) to indicate a
1113 * @see #getDayOfWeekType
1121 * <strong>[icu]</strong> Value returned by getDayOfWeekType(int dayOfWeek) to indicate a
1127 * @see #getDayOfWeekType
4445 public int getDayOfWeekType(int dayOfWeek) { method in class:Calendar
4474 * calendar system. If getDayOfWeekType(dayOfWee
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCalendar.java1127 * {@icu} Value returned by getDayOfWeekType(int dayOfWeek) to indicate a
1132 * @see #getDayOfWeekType
1139 * {@icu} Value returned by getDayOfWeekType(int dayOfWeek) to indicate a
1144 * @see #getDayOfWeekType
1151 * {@icu} Value returned by getDayOfWeekType(int dayOfWeek) to indicate a
1157 * @see #getDayOfWeekType
1164 * {@icu} Value returned by getDayOfWeekType(int dayOfWeek) to indicate a
1170 * @see #getDayOfWeekType
4574 public int getDayOfWeekType(int dayOfWeek) { method in class:Calendar
4603 * calendar system. If getDayOfWeekType(dayOfWee
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp3454 UCalendarWeekdayType wdt1 = cal1->getDayOfWeekType((UCalendarDaysOfWeek)d, status);
3455 UCalendarWeekdayType wdt2 = cal2->getDayOfWeekType((UCalendarDaysOfWeek)d, status);

Completed in 223 milliseconds