Searched refs:ucal_getWeekendTransition (Results 1 – 9 of 9) sorted by relevance
/external/icu/libicu/cts_headers/unicode/ |
D | ucal.h | 1463 ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status);
|
D | urename.h | 540 #define ucal_getWeekendTransition U_ICU_ENTRY_POINT_RENAME(ucal_getWeekendTransition) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | ucal.h | 1463 ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status);
|
D | urename.h | 540 #define ucal_getWeekendTransition U_ICU_ENTRY_POINT_RENAME(ucal_getWeekendTransition) macro
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucal.h | 1463 ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status);
|
/external/icu/icu4c/source/i18n/ |
D | ucal.cpp | 635 ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status) in ucal_getWeekendTransition() function
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 540 #define ucal_getWeekendTransition U_ICU_ENTRY_POINT_RENAME(ucal_getWeekendTransition) macro
|
/external/icu/libicu/ndk_headers/unicode/ |
D | urename.h | 540 #define ucal_getWeekendTransition U_ICU_ENTRY_POINT_RENAME(ucal_getWeekendTransition) macro
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 1842 transition = ucal_getWeekendTransition(cal, daysOfWeekPtr->dayOfWeek, &status); in TestWeekend()
|