Searched refs:getDayOfWeekType (Results 1 - 8 of 8) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
H A D | calendar.h | 1392 virtual UCalendarWeekdayType getDayOfWeekType(UCalendarDaysOfWeek dayOfWeek, UErrorCode &status) const; 1396 * this calendar system. If getDayOfWeekType() returns UCAL_WEEKEND_ONSET 1398 * If getDayOfWeekType() returns UCAL_WEEKEND_CEASE for the specified dayOfWeek, 1399 * return the time at which the weekend ends. If getDayOfWeekType() returns
|
/external/icu/icu4c/source/i18n/unicode/ |
H A D | calendar.h | 1392 virtual UCalendarWeekdayType getDayOfWeekType(UCalendarDaysOfWeek dayOfWeek, UErrorCode &status) const; 1396 * this calendar system. If getDayOfWeekType() returns UCAL_WEEKEND_ONSET 1398 * If getDayOfWeekType() returns UCAL_WEEKEND_CEASE for the specified dayOfWeek, 1399 * return the time at which the weekend ends. If getDayOfWeekType() returns
|
/external/chromium_org/third_party/icu/source/i18n/ |
H A D | ucal.cpp | 604 return ((Calendar*)cal)->getDayOfWeekType(dayOfWeek, *status);
|
H A D | calendar.cpp | 2300 Calendar::getDayOfWeekType(UCalendarDaysOfWeek dayOfWeek, UErrorCode &status) const function in class:Calendar 2373 UCalendarWeekdayType dayType = getDayOfWeekType(dayOfWeek, status);
|
/external/icu/icu4c/source/i18n/ |
H A D | ucal.cpp | 604 return ((Calendar*)cal)->getDayOfWeekType(dayOfWeek, *status);
|
H A D | calendar.cpp | 2449 Calendar::getDayOfWeekType(UCalendarDaysOfWeek dayOfWeek, UErrorCode &status) const function in class:Calendar 2522 UCalendarWeekdayType dayType = getDayOfWeekType(dayOfWeek, status);
|
/external/icu/icu4c/source/test/intltest/ |
H A D | caltest.cpp | 2987 UCalendarWeekdayType wdt1 = cal1->getDayOfWeekType((UCalendarDaysOfWeek)d, status); 2988 UCalendarWeekdayType wdt2 = cal2->getDayOfWeekType((UCalendarDaysOfWeek)d, status);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
Completed in 210 milliseconds