Searched refs:ucal_getWeekendTransition (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | ucal.h | 1403 ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status);
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucal.h | 1401 ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status);
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | ucal.cpp | 608 ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status) in ucal_getWeekendTransition() function
|
/external/icu/icu4c/source/i18n/ |
D | ucal.cpp | 608 ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status) in ucal_getWeekendTransition() function
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 522 #define ucal_getWeekendTransition U_ICU_ENTRY_POINT_RENAME(ucal_getWeekendTransition) macro
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | urename.h | 532 #define ucal_getWeekendTransition U_ICU_ENTRY_POINT_RENAME(ucal_getWeekendTransition) macro
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 1805 transition = ucal_getWeekendTransition(cal, daysOfWeekPtr->dayOfWeek, &status); in TestWeekend()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | ccaltst.c | 1801 transition = ucal_getWeekendTransition(cal, daysOfWeekPtr->dayOfWeek, &status); in TestWeekend()
|