/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | GregorianCalendar.java | 550 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()
|
D | Calendar.java | 5032 int woy = (dayOfYear - 1 + relDowJan1) / 7; // 0..53 in computeWeekFields() local 5034 ++woy; in computeWeekFields() 5039 if (woy == 0) { in computeWeekFields() 5046 woy = weekNumber(prevDoy, dayOfWeek); in computeWeekFields() 5063 woy = 1; in computeWeekFields() 5068 fields[WEEK_OF_YEAR] = woy; in computeWeekFields()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | GregorianCalendar.java | 570 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()
|
D | Calendar.java | 5197 int woy = (dayOfYear - 1 + relDowJan1) / 7; // 0..53 in computeWeekFields() local 5199 ++woy; in computeWeekFields() 5204 if (woy == 0) { in computeWeekFields() 5211 woy = weekNumber(prevDoy, dayOfWeek); in computeWeekFields() 5228 woy = 1; in computeWeekFields() 5233 fields[WEEK_OF_YEAR] = woy; in computeWeekFields()
|
/external/icu/icu4c/source/i18n/ |
D | gregocal.cpp | 870 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()
|
D | calendar.cpp | 1664 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 …]
|
/external/icu/libicu/cts_headers/unicode/ |
D | gregocal.h | 638 virtual int32_t handleGetExtendedYearFromWeekFields(int32_t yearWoy, int32_t woy);
|
D | calendar.h | 1716 virtual int32_t handleGetExtendedYearFromWeekFields(int32_t yearWoy, int32_t woy);
|
/external/icu/icu4c/source/i18n/unicode/ |
D | gregocal.h | 638 virtual int32_t handleGetExtendedYearFromWeekFields(int32_t yearWoy, int32_t woy);
|
D | calendar.h | 1716 virtual int32_t handleGetExtendedYearFromWeekFields(int32_t yearWoy, int32_t woy);
|
/external/icu/icu4c/source/test/intltest/ |
D | caltest.cpp | 1589 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 …]
|
D | calregts.cpp | 1050 int32_t woy = testCal->get(UCAL_WEEK_OF_YEAR,status); in test4103271() local 1053 UnicodeString(" ") + woy); in test4103271() 1054 if (woy != DATA[j + 1 + i]) { in test4103271() 1124 int32_t woy = DISAM_int[i+2]; in test4103271() local 1129 testCal->set(UCAL_WEEK_OF_YEAR, woy); in test4103271() 1134 log(UnicodeString("Y") + y + "-W" + woy + in test4103271() 1148 testCal->set(UCAL_WEEK_OF_YEAR, woy); in test4103271() 1153 log(UnicodeString("YWOY") + ywoy + "-W" + woy + in test4103271() 2147 int32_t woy = cal.get(UCAL_WEEK_OF_YEAR, status); in TestJ81() local 2154 if (woy != DOY_DATA[i+1] || doy != DOY_DATA[i+2] || dow != DOY_DATA[i+3]) { in TestJ81()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | CalendarRegressionTest.java | 654 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()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | CalendarRegressionTest.java | 651 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()
|
/external/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 7150 "woy",
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | iso-639-3_Name_Index.tab | 7396 woy Weyto Weyto
|
D | iso-639-3.tab | 7079 woy I E Weyto
|
D | language-subtag-registry | 38153 Subtag: woy
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA-old.txt | 215128 woy wọ
|
D | internal_raw_IPA.txt | 179679 woy %34367 woɪ
|