Home
last modified time | relevance | path

Searched refs:lastRelDow (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/icu-lx/icu/source/i18n/
H A Dgregocal.cpp894 int32_t lastRelDow = (lastDoy - isoDoy + internalGet(UCAL_DAY_OF_WEEK) - in roll() local
896 if (lastRelDow < 0) lastRelDow += 7; in roll()
897 if ((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) lastDoy -= 7; in roll()
898 int32_t lastWoy = weekNumber(lastDoy, lastRelDow + 1); in roll()
H A Dcalendar.cpp1689 int32_t lastRelDow = (relDow + lastDoy - dayOfYear) % 7; in computeWeekFields() local
1690 if (lastRelDow < 0) { in computeWeekFields()
1691 lastRelDow += 7; in computeWeekFields()
1693 if (((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) && in computeWeekFields()
/dports/devel/icu/icu/source/i18n/
H A Dgregocal.cpp894 int32_t lastRelDow = (lastDoy - isoDoy + internalGet(UCAL_DAY_OF_WEEK) - in roll() local
896 if (lastRelDow < 0) lastRelDow += 7; in roll()
897 if ((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) lastDoy -= 7; in roll()
898 int32_t lastWoy = weekNumber(lastDoy, lastRelDow + 1); in roll()
H A Dcalendar.cpp1689 int32_t lastRelDow = (relDow + lastDoy - dayOfYear) % 7; in computeWeekFields() local
1690 if (lastRelDow < 0) { in computeWeekFields()
1691 lastRelDow += 7; in computeWeekFields()
1693 if (((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) && in computeWeekFields()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/i18n/
H A Dgregocal.cpp894 int32_t lastRelDow = (lastDoy - isoDoy + internalGet(UCAL_DAY_OF_WEEK) - in roll() local
896 if (lastRelDow < 0) lastRelDow += 7; in roll()
897 if ((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) lastDoy -= 7; in roll()
898 int32_t lastWoy = weekNumber(lastDoy, lastRelDow + 1); in roll()
H A Dcalendar.cpp1689 int32_t lastRelDow = (relDow + lastDoy - dayOfYear) % 7; in computeWeekFields() local
1690 if (lastRelDow < 0) { in computeWeekFields()
1691 lastRelDow += 7; in computeWeekFields()
1693 if (((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) && in computeWeekFields()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/i18n/
H A Dgregocal.cpp894 int32_t lastRelDow = (lastDoy - isoDoy + internalGet(UCAL_DAY_OF_WEEK) - in roll() local
896 if (lastRelDow < 0) lastRelDow += 7; in roll()
897 if ((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) lastDoy -= 7; in roll()
898 int32_t lastWoy = weekNumber(lastDoy, lastRelDow + 1); in roll()
H A Dcalendar.cpp1689 int32_t lastRelDow = (relDow + lastDoy - dayOfYear) % 7; in computeWeekFields() local
1690 if (lastRelDow < 0) { in computeWeekFields()
1691 lastRelDow += 7; in computeWeekFields()
1693 if (((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) && in computeWeekFields()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/i18n/
H A Dgregocal.cpp894 int32_t lastRelDow = (lastDoy - isoDoy + internalGet(UCAL_DAY_OF_WEEK) - in roll() local
896 if (lastRelDow < 0) lastRelDow += 7; in roll()
897 if ((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) lastDoy -= 7; in roll()
898 int32_t lastWoy = weekNumber(lastDoy, lastRelDow + 1); in roll()
H A Dcalendar.cpp1689 int32_t lastRelDow = (relDow + lastDoy - dayOfYear) % 7; in computeWeekFields() local
1690 if (lastRelDow < 0) { in computeWeekFields()
1691 lastRelDow += 7; in computeWeekFields()
1693 if (((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) && in computeWeekFields()
/dports/textproc/R-cran-stringi/stringi/src/icu69/i18n/
H A Dgregocal.cpp894 int32_t lastRelDow = (lastDoy - isoDoy + internalGet(UCAL_DAY_OF_WEEK) - in roll() local
896 if (lastRelDow < 0) lastRelDow += 7; in roll()
897 if ((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) lastDoy -= 7; in roll()
898 int32_t lastWoy = weekNumber(lastDoy, lastRelDow + 1); in roll()
H A Dcalendar.cpp1694 int32_t lastRelDow = (relDow + lastDoy - dayOfYear) % 7; in computeWeekFields() local
1695 if (lastRelDow < 0) { in computeWeekFields()
1696 lastRelDow += 7; in computeWeekFields()
1698 if (((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) && in computeWeekFields()
/dports/textproc/R-cran-stringi/stringi/src/icu55/i18n/
H A Dgregocal.cpp891 int32_t lastRelDow = (lastDoy - isoDoy + internalGet(UCAL_DAY_OF_WEEK) - in roll() local
893 if (lastRelDow < 0) lastRelDow += 7; in roll()
894 if ((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) lastDoy -= 7; in roll()
895 int32_t lastWoy = weekNumber(lastDoy, lastRelDow + 1); in roll()
H A Dcalendar.cpp1664 int32_t lastRelDow = (relDow + lastDoy - dayOfYear) % 7; in computeWeekFields() local
1665 if (lastRelDow < 0) { in computeWeekFields()
1666 lastRelDow += 7; in computeWeekFields()
1668 if (((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) && in computeWeekFields()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/i18n/
H A Dgregocal.cpp894 int32_t lastRelDow = (lastDoy - isoDoy + internalGet(UCAL_DAY_OF_WEEK) - in roll() local
896 if (lastRelDow < 0) lastRelDow += 7; in roll()
897 if ((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) lastDoy -= 7; in roll()
898 int32_t lastWoy = weekNumber(lastDoy, lastRelDow + 1); in roll()
H A Dcalendar.cpp1689 int32_t lastRelDow = (relDow + lastDoy - dayOfYear) % 7; in computeWeekFields() local
1690 if (lastRelDow < 0) { in computeWeekFields()
1691 lastRelDow += 7; in computeWeekFields()
1693 if (((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) && in computeWeekFields()
/dports/www/firefox/firefox-99.0/intl/icu/source/i18n/
H A Dgregocal.cpp894 int32_t lastRelDow = (lastDoy - isoDoy + internalGet(UCAL_DAY_OF_WEEK) - in roll() local
896 if (lastRelDow < 0) lastRelDow += 7; in roll()
897 if ((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) lastDoy -= 7; in roll()
898 int32_t lastWoy = weekNumber(lastDoy, lastRelDow + 1); in roll()
H A Dcalendar.cpp1689 int32_t lastRelDow = (relDow + lastDoy - dayOfYear) % 7; in computeWeekFields() local
1690 if (lastRelDow < 0) { in computeWeekFields()
1691 lastRelDow += 7; in computeWeekFields()
1693 if (((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) && in computeWeekFields()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/
H A Dgregocal.cpp894 int32_t lastRelDow = (lastDoy - isoDoy + internalGet(UCAL_DAY_OF_WEEK) - in roll() local
896 if (lastRelDow < 0) lastRelDow += 7; in roll()
897 if ((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) lastDoy -= 7; in roll()
898 int32_t lastWoy = weekNumber(lastDoy, lastRelDow + 1); in roll()
H A Dcalendar.cpp1689 int32_t lastRelDow = (relDow + lastDoy - dayOfYear) % 7; in computeWeekFields() local
1690 if (lastRelDow < 0) { in computeWeekFields()
1691 lastRelDow += 7; in computeWeekFields()
1693 if (((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) && in computeWeekFields()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/i18n/
H A Dgregocal.cpp894 int32_t lastRelDow = (lastDoy - isoDoy + internalGet(UCAL_DAY_OF_WEEK) - in roll() local
896 if (lastRelDow < 0) lastRelDow += 7; in roll()
897 if ((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) lastDoy -= 7; in roll()
898 int32_t lastWoy = weekNumber(lastDoy, lastRelDow + 1); in roll()
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/i18n/
H A Dgregocal.cpp894 int32_t lastRelDow = (lastDoy - isoDoy + internalGet(UCAL_DAY_OF_WEEK) - in roll() local
896 if (lastRelDow < 0) lastRelDow += 7; in roll()
897 if ((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) lastDoy -= 7; in roll()
898 int32_t lastWoy = weekNumber(lastDoy, lastRelDow + 1); in roll()
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/i18n/
H A Dgregocal.cpp894 int32_t lastRelDow = (lastDoy - isoDoy + internalGet(UCAL_DAY_OF_WEEK) - in roll() local
896 if (lastRelDow < 0) lastRelDow += 7; in roll()
897 if ((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) lastDoy -= 7; in roll()
898 int32_t lastWoy = weekNumber(lastDoy, lastRelDow + 1); in roll()
/dports/www/node10/node-v10.24.1/deps/icu-small/source/i18n/
H A Dgregocal.cpp894 int32_t lastRelDow = (lastDoy - isoDoy + internalGet(UCAL_DAY_OF_WEEK) - in roll() local
896 if (lastRelDow < 0) lastRelDow += 7; in roll()
897 if ((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) lastDoy -= 7; in roll()
898 int32_t lastWoy = weekNumber(lastDoy, lastRelDow + 1); in roll()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/i18n/
H A Dgregocal.cpp892 int32_t lastRelDow = (lastDoy - isoDoy + internalGet(UCAL_DAY_OF_WEEK) - in roll() local
894 if (lastRelDow < 0) lastRelDow += 7; in roll()
895 if ((6 - lastRelDow) >= getMinimalDaysInFirstWeek()) lastDoy -= 7; in roll()
896 int32_t lastWoy = weekNumber(lastDoy, lastRelDow + 1); in roll()

12