Home
last modified time | relevance | path

Searched refs:ucal_getWeekendTransition (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/unicode/
H A Ducal.h1477 * 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 Ducal.h1412 * 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 Ducal.h1412 * 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 Ducal.cpp635 ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status) in ucal_getWeekendTransition() function
/third_party/node/deps/icu-small/source/i18n/
H A Ducal.cpp660 ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status) in ucal_getWeekendTransition() function
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ducal.cpp635 ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status) in ucal_getWeekendTransition() function
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp191 #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 Durename.h547 #define ucal_getWeekendTransition U_ICU_ENTRY_POINT_RENAME(ucal_getWeekendTransition) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Durename.h546 #define ucal_getWeekendTransition U_ICU_ENTRY_POINT_RENAME(ucal_getWeekendTransition) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Durename.h541 #define ucal_getWeekendTransition U_ICU_ENTRY_POINT_RENAME(ucal_getWeekendTransition) macro
/third_party/icu/icu4c/source/test/cintltst/
H A Dccaltst.c1849 transition = ucal_getWeekendTransition(cal, daysOfWeekPtr->dayOfWeek, &status); in TestWeekend()

Completed in 61 milliseconds