Searched refs:ucal_getWeekendTransition (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | ucal.h | 1477 * Call ucal_getWeekendTransition() to get the time of transition. 1483 * Call ucal_getWeekendTransition() to get the time of transition. 1501 * function ucal_getWeekendTransition() will return the point of 1528 ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status);
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | ucal.h | 1412 * Call ucal_getWeekendTransition() to get the time of transition. 1418 * Call ucal_getWeekendTransition() to get the time of transition. 1436 * function ucal_getWeekendTransition() will return the point of 1463 ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | ucal.h | 1412 * Call ucal_getWeekendTransition() to get the time of transition. 1418 * Call ucal_getWeekendTransition() to get the time of transition. 1436 * function ucal_getWeekendTransition() will return the point of 1463 ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status);
|
/third_party/icu/icu4c/source/i18n/ |
H A D | ucal.cpp | 635 ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status) in ucal_getWeekendTransition() function
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | ucal.cpp | 660 ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status) in ucal_getWeekendTransition() function
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | ucal.cpp | 635 ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status) in ucal_getWeekendTransition() function
|
/third_party/icu/ohos_icu4c/src/ |
H A D | icu_addon.cpp | 191 #undef ucal_getWeekendTransition macro 1114 int32_t ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status) in ucal_getWeekendTransition() function 1116 return U_ICU_ENTRY_POINT_RENAME(ucal_getWeekendTransition)(cal, dayOfWeek, status); in ucal_getWeekendTransition()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | urename.h | 547 #define ucal_getWeekendTransition U_ICU_ENTRY_POINT_RENAME(ucal_getWeekendTransition) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | urename.h | 546 #define ucal_getWeekendTransition U_ICU_ENTRY_POINT_RENAME(ucal_getWeekendTransition) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | urename.h | 541 #define ucal_getWeekendTransition U_ICU_ENTRY_POINT_RENAME(ucal_getWeekendTransition) macro
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ccaltst.c | 1849 transition = ucal_getWeekendTransition(cal, daysOfWeekPtr->dayOfWeek, &status); in TestWeekend()
|
Completed in 61 milliseconds