Searched refs:ucal_getDayOfWeekType (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | ucal.h | 1249 ucal_getDayOfWeekType(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode* status);
|
/external/icu4c/i18n/unicode/ |
D | ucal.h | 1384 ucal_getDayOfWeekType(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode* status);
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | ucal.cpp | 550 ucal_getDayOfWeekType(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode* status) in ucal_getDayOfWeekType() function
|
/external/icu4c/i18n/ |
D | ucal.cpp | 599 ucal_getDayOfWeekType(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode* status) in ucal_getDayOfWeekType() function
|
/external/icu4c/common/unicode/ |
D | urename.h | 505 #define ucal_getDayOfWeekType U_ICU_ENTRY_POINT_RENAME(ucal_getDayOfWeekType) macro
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | urename.h | 514 #define ucal_getDayOfWeekType U_ICU_ENTRY_POINT_RENAME(ucal_getDayOfWeekType) macro
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | ccaltst.c | 1639 … UCalendarWeekdayType dayType = ucal_getDayOfWeekType(cal, daysOfWeekPtr->dayOfWeek, &status); in TestWeekend()
|
/external/icu4c/test/cintltst/ |
D | ccaltst.c | 1785 … UCalendarWeekdayType dayType = ucal_getDayOfWeekType(cal, daysOfWeekPtr->dayOfWeek, &status); in TestWeekend()
|