Home
last modified time | relevance | path

Searched refs:UCAL_WEEKEND_ONSET (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Ducal.h1370 UCAL_WEEKEND_ONSET, enumerator
/third_party/icu/icu4c/source/i18n/unicode/
Ducal.h1415 UCAL_WEEKEND_ONSET, enumerator
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Ducal.h1415 UCAL_WEEKEND_ONSET, enumerator
/third_party/node/deps/icu-small/source/i18n/unicode/
Ducal.h1415 UCAL_WEEKEND_ONSET, enumerator
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcalendar.cpp2540 return (fWeekendOnsetMillis == 0) ? UCAL_WEEKEND : UCAL_WEEKEND_ONSET; in getDayOfWeekType()
2552 return (fWeekendOnsetMillis == 0) ? UCAL_WEEKEND : UCAL_WEEKEND_ONSET; in getDayOfWeekType()
2608 case UCAL_WEEKEND_ONSET: in isWeekend()
2615 return (dayType == UCAL_WEEKEND_ONSET)? in isWeekend()
/third_party/icu/icu4c/source/i18n/
Dcalendar.cpp2556 return (fWeekendOnsetMillis == 0) ? UCAL_WEEKEND : UCAL_WEEKEND_ONSET; in getDayOfWeekType()
2568 return (fWeekendOnsetMillis == 0) ? UCAL_WEEKEND : UCAL_WEEKEND_ONSET; in getDayOfWeekType()
2624 case UCAL_WEEKEND_ONSET: in isWeekend()
2631 return (dayType == UCAL_WEEKEND_ONSET)? in isWeekend()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcalendar.cpp2556 return (fWeekendOnsetMillis == 0) ? UCAL_WEEKEND : UCAL_WEEKEND_ONSET; in getDayOfWeekType()
2568 return (fWeekendOnsetMillis == 0) ? UCAL_WEEKEND : UCAL_WEEKEND_ONSET; in getDayOfWeekType()
2624 case UCAL_WEEKEND_ONSET: in isWeekend()
2631 return (dayType == UCAL_WEEKEND_ONSET)? in isWeekend()
/third_party/node/deps/icu-small/source/i18n/
Dcalendar.cpp2556 return (fWeekendOnsetMillis == 0) ? UCAL_WEEKEND : UCAL_WEEKEND_ONSET; in getDayOfWeekType()
2568 return (fWeekendOnsetMillis == 0) ? UCAL_WEEKEND : UCAL_WEEKEND_ONSET; in getDayOfWeekType()
2624 case UCAL_WEEKEND_ONSET: in isWeekend()
2631 return (dayType == UCAL_WEEKEND_ONSET)? in isWeekend()
/third_party/icu/icu4c/source/test/cintltst/
Dccaltst.c1843 if ( dayType == UCAL_WEEKEND_ONSET || dayType == UCAL_WEEKEND_CEASE ) { in TestWeekend()