Home
last modified time | relevance | path

Searched refs:woy (Results 1 – 24 of 24) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DGregorianCalendar.java570 int woy = get(WEEK_OF_YEAR); in roll() local
576 if (woy >= 52) { in roll()
580 if (woy == 1) { in roll()
584 woy += amount; in roll()
586 if (woy < 1 || woy > 52) { in roll()
599 woy = ((woy + lastWoy - 1) % lastWoy) + 1; in roll()
601 set(WEEK_OF_YEAR, woy); in roll()
DCalendar.java5192 int woy = (dayOfYear - 1 + relDowJan1) / 7; // 0..53 in computeWeekFields() local
5194 ++woy; in computeWeekFields()
5199 if (woy == 0) { in computeWeekFields()
5206 woy = weekNumber(prevDoy, dayOfWeek); in computeWeekFields()
5223 woy = 1; in computeWeekFields()
5228 fields[WEEK_OF_YEAR] = woy; in computeWeekFields()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DGregorianCalendar.java550 int woy = get(WEEK_OF_YEAR); in roll() local
556 if (woy >= 52) { in roll()
560 if (woy == 1) { in roll()
564 woy += amount; in roll()
566 if (woy < 1 || woy > 52) { in roll()
579 woy = ((woy + lastWoy - 1) % lastWoy) + 1; in roll()
581 set(WEEK_OF_YEAR, woy); in roll()
DCalendar.java4947 int woy = (dayOfYear - 1 + relDowJan1) / 7; // 0..53 in computeWeekFields() local
4949 ++woy; in computeWeekFields()
4954 if (woy == 0) { in computeWeekFields()
4961 woy = weekNumber(prevDoy, dayOfWeek); in computeWeekFields()
4978 woy = 1; in computeWeekFields()
4983 fields[WEEK_OF_YEAR] = woy; in computeWeekFields()
/third_party/icu/icu4c/source/i18n/
Dgregocal.cpp870 int32_t woy = get(UCAL_WEEK_OF_YEAR, status); in roll() local
876 if (woy >= 52) { in roll()
880 if (woy == 1) { in roll()
884 woy += amount; in roll()
886 if (woy < 1 || woy > 52) { in roll()
899 woy = ((woy + lastWoy - 1) % lastWoy) + 1; in roll()
901 set(UCAL_WEEK_OF_YEAR, woy); in roll()
1227 int32_t GregorianCalendar::handleGetExtendedYearFromWeekFields(int32_t yearWoy, int32_t woy) in handleGetExtendedYearFromWeekFields() argument
1234 return Calendar::handleGetExtendedYearFromWeekFields(yearWoy, woy); in handleGetExtendedYearFromWeekFields()
Dcalendar.cpp1726 int32_t woy = (dayOfYear - 1 + relDowJan1) / 7; // 0..53 in computeWeekFields() local
1728 ++woy; in computeWeekFields()
1733 if (woy == 0) { in computeWeekFields()
1740 woy = weekNumber(prevDoy, dayOfWeek); in computeWeekFields()
1757 woy = 1; in computeWeekFields()
1762 fFields[UCAL_WEEK_OF_YEAR] = woy; in computeWeekFields()
3442 int32_t woy = internalGet(bestField); in handleComputeJulianDay() local
3451 if(woy==1) { // FIRST WEEK --------------------------------- in handleComputeJulianDay()
3479 } else if(woy>=getLeastMaximum(bestField)) { in handleComputeJulianDay()
3487 testDate += 7 * (woy - 1); in handleComputeJulianDay()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dgregocal.cpp871 int32_t woy = get(UCAL_WEEK_OF_YEAR, status); in roll() local
877 if (woy >= 52) { in roll()
881 if (woy == 1) { in roll()
885 woy += amount; in roll()
887 if (woy < 1 || woy > 52) { in roll()
900 woy = ((woy + lastWoy - 1) % lastWoy) + 1; in roll()
902 set(UCAL_WEEK_OF_YEAR, woy); in roll()
1228 int32_t GregorianCalendar::handleGetExtendedYearFromWeekFields(int32_t yearWoy, int32_t woy) in handleGetExtendedYearFromWeekFields() argument
1235 return Calendar::handleGetExtendedYearFromWeekFields(yearWoy, woy); in handleGetExtendedYearFromWeekFields()
Dcalendar.cpp1612 int32_t woy = (dayOfYear - 1 + relDowJan1) / 7; // 0..53 in computeWeekFields() local
1614 ++woy; in computeWeekFields()
1619 if (woy == 0) { in computeWeekFields()
1626 woy = weekNumber(prevDoy, dayOfWeek); in computeWeekFields()
1643 woy = 1; in computeWeekFields()
1648 fFields[UCAL_WEEK_OF_YEAR] = woy; in computeWeekFields()
3397 int32_t woy = internalGet(bestField); in handleComputeJulianDay() local
3406 if(woy==1) { // FIRST WEEK --------------------------------- in handleComputeJulianDay()
3434 } else if(woy>=getLeastMaximum(bestField)) { in handleComputeJulianDay()
3442 testDate += 7 * (woy - 1); in handleComputeJulianDay()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dgregocal.cpp870 int32_t woy = get(UCAL_WEEK_OF_YEAR, status); in roll() local
876 if (woy >= 52) { in roll()
880 if (woy == 1) { in roll()
884 woy += amount; in roll()
886 if (woy < 1 || woy > 52) { in roll()
899 woy = ((woy + lastWoy - 1) % lastWoy) + 1; in roll()
901 set(UCAL_WEEK_OF_YEAR, woy); in roll()
1227 int32_t GregorianCalendar::handleGetExtendedYearFromWeekFields(int32_t yearWoy, int32_t woy) in handleGetExtendedYearFromWeekFields() argument
1234 return Calendar::handleGetExtendedYearFromWeekFields(yearWoy, woy); in handleGetExtendedYearFromWeekFields()
Dcalendar.cpp1664 int32_t woy = (dayOfYear - 1 + relDowJan1) / 7; // 0..53 in computeWeekFields() local
1666 ++woy; in computeWeekFields()
1671 if (woy == 0) { in computeWeekFields()
1678 woy = weekNumber(prevDoy, dayOfWeek); in computeWeekFields()
1695 woy = 1; in computeWeekFields()
1700 fFields[UCAL_WEEK_OF_YEAR] = woy; in computeWeekFields()
3344 int32_t woy = internalGet(bestField); in handleComputeJulianDay() local
3353 if(woy==1) { // FIRST WEEK --------------------------------- in handleComputeJulianDay()
3381 } else if(woy>=getLeastMaximum(bestField)) { in handleComputeJulianDay()
3389 testDate += 7 * (woy - 1); in handleComputeJulianDay()
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dcaltest.cpp1589 int32_t woy = cal.get(UCAL_WEEK_OF_YEAR, status); in yearAddTest() local
1626 if (ywy2 != (ywy+1) || woy2 != woy || dow2 != dow) { in yearAddTest()
1628 (ywy+1) + ", woy " + woy + ", dowLocal " + dow; in yearAddTest()
1850 int32_t woy = cal.get(UCAL_WEEK_OF_YEAR, status); in TestWOY() local
1860 if (woy >= 52) --yearWoy; in TestWOY()
1862 if (woy == 1) ++yearWoy; in TestWOY()
1870 cal.set(UCAL_WEEK_OF_YEAR, woy); in TestWOY()
1876 if (t_y != year || t_woy != woy || t_dow != dow) { in TestWOY()
1882 t_y, year, t_woy, woy, t_dow, dow); in TestWOY()
1892 cal.set(UCAL_WEEK_OF_YEAR, woy); in TestWOY()
[all …]
Dcalregts.cpp1052 int32_t woy = testCal->get(UCAL_WEEK_OF_YEAR,status); in test4103271() local
1055 UnicodeString(" ") + woy); in test4103271()
1056 if (woy != DATA[j + 1 + i]) { in test4103271()
1126 int32_t woy = DISAM_int[i+2]; in test4103271() local
1131 testCal->set(UCAL_WEEK_OF_YEAR, woy); in test4103271()
1136 log(UnicodeString("Y") + y + "-W" + woy + in test4103271()
1150 testCal->set(UCAL_WEEK_OF_YEAR, woy); in test4103271()
1155 log(UnicodeString("YWOY") + ywoy + "-W" + woy + in test4103271()
2149 int32_t woy = cal.get(UCAL_WEEK_OF_YEAR, status); in TestJ81() local
2156 if (woy != DOY_DATA[i+1] || doy != DOY_DATA[i+2] || dow != DOY_DATA[i+3]) { in TestJ81()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dgregocal.h638 virtual int32_t handleGetExtendedYearFromWeekFields(int32_t yearWoy, int32_t woy);
Dcalendar.h1718 virtual int32_t handleGetExtendedYearFromWeekFields(int32_t yearWoy, int32_t woy);
/third_party/node/deps/icu-small/source/i18n/unicode/
Dgregocal.h614 virtual int32_t handleGetExtendedYearFromWeekFields(int32_t yearWoy, int32_t woy) override;
Dcalendar.h1719 virtual int32_t handleGetExtendedYearFromWeekFields(int32_t yearWoy, int32_t woy);
/third_party/icu/icu4c/source/i18n/unicode/
Dgregocal.h625 virtual int32_t handleGetExtendedYearFromWeekFields(int32_t yearWoy, int32_t woy) override;
Dcalendar.h1636 virtual int32_t handleGetExtendedYearFromWeekFields(int32_t yearWoy, int32_t woy);
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DCalendarRegressionTest.java654 int woy = testCal.get(Calendar.WEEK_OF_YEAR); in Test4103271() local
655 log(testCal.getTime() + " " + woy); in Test4103271()
656 if (woy != DATA[j + 1 + i]) { in Test4103271()
706 int woy = ((Integer)DISAM[i+1]).intValue(); in Test4103271() local
711 testCal.set(Calendar.WEEK_OF_YEAR, woy); in Test4103271()
713 log(y + "-W" + woy + in Test4103271()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarRegressionTest.java651 int woy = testCal.get(Calendar.WEEK_OF_YEAR); in Test4103271() local
652 log(testCal.getTime() + " " + woy); in Test4103271()
653 if (woy != DATA[j + 1 + i]) { in Test4103271()
703 int woy = ((Integer)DISAM[i+1]).intValue(); in Test4103271() local
708 testCal.set(Calendar.WEEK_OF_YEAR, woy); in Test4103271()
710 log(y + "-W" + woy + in Test4103271()
/third_party/skia/third_party/externals/icu/source/data/misc/
DsupplementalData.txt7150 "woy",
/third_party/icu/icu4c/source/data/misc/
DsupplementalData.txt7259 "woy",
/third_party/rust/crates/regex/bench/src/data/
D1MB.txt34759 woy
/third_party/astc-encoder/Test/Images/HDRIHaven/HDR-RGB/
Dhdr-rgb-eveningroad.hdr1065 …��������ң����ӣ�������ݶ�ը�����^����g����ѳ���c����k̽b���l�ɬ�eȻ̍w�ͦ������Ż��ꈡ�woy�t�y����������������…