HomeSort by relevance Sort by last modified time
    Searched refs:woy (Results 1 - 24 of 24) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/util/
GregorianCalendar.java 550 int woy = get(WEEK_OF_YEAR); local
556 if (woy >= 52) {
560 if (woy == 1) {
564 woy += amount;
566 if (woy < 1 || woy > 52) {
579 woy = ((woy + lastWoy - 1) % lastWoy) + 1;
581 set(WEEK_OF_YEAR, woy);
    [all...]
Calendar.java 5024 int woy = (dayOfYear - 1 + relDowJan1) \/ 7; \/\/ 0..53 local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
GregorianCalendar.java 570 int woy = get(WEEK_OF_YEAR); local
576 if (woy >= 52) {
580 if (woy == 1) {
584 woy += amount;
586 if (woy < 1 || woy > 52) {
599 woy = ((woy + lastWoy - 1) % lastWoy) + 1;
601 set(WEEK_OF_YEAR, woy);
    [all...]
Calendar.java 5186 int woy = (dayOfYear - 1 + relDowJan1) \/ 7; \/\/ 0..53 local
    [all...]
  /external/icu/icu4c/source/i18n/
gregocal.cpp 38 * 01/24/2000 aliu Revised computeJulianDay for YEAR YEAR_WOY WOY.
479 if((bestField == UCAL_WEEK_OF_YEAR) && // if we are doing WOY calculations, we are counting relative to Jan 1 *julian*
521 fprintf(stderr, "%s:%d: [WOY/WOM] gregorian week shift of %d += %d\n",
774 // // Compute doy of first (relative) DOW of WOY 1
870 int32_t woy = get(UCAL_WEEK_OF_YEAR, status); local
    [all...]
calendar.cpp 1648 int32_t woy = (dayOfYear - 1 + relDowJan1) \/ 7; \/\/ 0..53 local
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/temporal/
TCKWeekFields.java 317 int woy = day.get(woyField); local
322 assertEquals(result.get(woyField), woy, "Week of Year should not change"); local
524 int woy = date.get(woyField); local
526 for (int j = woy - 60; j < woy + 60; j++) {
529 assertEquals(parsed, date.plusWeeks(j - woy), " ::" + str + ": :" + i + "::" + j);
590 int woy = date.get(woyField); local
592 for (int j = woy - 60; j < woy + 60; j++) {
595 assertEquals(parsed, date.plusWeeks(j - woy), " ::" + str + ": :" + i + "::" + j)
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
gregocal.h 634 virtual int32_t handleGetExtendedYearFromWeekFields(int32_t yearWoy, int32_t woy);
calendar.h     [all...]
  /libcore/ojluni/src/main/java/java/util/
GregorianCalendar.java 1283 int woy = internalGet(WEEK_OF_YEAR); local
    [all...]
JapaneseImperialCalendar.java 733 int woy = internalGet(WEEK_OF_YEAR); local
734 int value = woy + amount;
756 long day1 = fd - (7 * (woy - min));
778 long day1 = fd - (7 * (woy - min));
1221 int woy = getWeekNumber(jan1, fd); local
    [all...]
  /libcore/ojluni/src/main/java/java/time/temporal/
WeekFields.java     [all...]
  /external/icu/icu4c/source/test/intltest/
caltest.cpp 845 /* Note: The following test used to expect YEAR 1997, WOY 1 to
849 * desired. Using YEAR in combination with WOY is ambiguous, and
850 * results in the first WOY/DOW day of the year satisfying the
852 * it propertly resolves to Tue Dec 30 1997, which has a WOY value
1568 int32_t woy = cal.get(UCAL_WEEK_OF_YEAR, status); local
1828 int32_t woy = cal.get(UCAL_WEEK_OF_YEAR, status); local
    [all...]
calregts.cpp 1046 int32_t woy = testCal->get(UCAL_WEEK_OF_YEAR,status); local
1120 int32_t woy = DISAM_int[i+2]; local
2113 int32_t woy = cal.get(UCAL_WEEK_OF_YEAR, status); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CalendarRegressionTest.java 654 int woy = testCal.get(Calendar.WEEK_OF_YEAR); local
655 log(testCal.getTime() + " " + woy);
656 if (woy != DATA[j + 1 + i]) {
706 int woy = ((Integer)DISAM[i+1]).intValue(); local
711 testCal.set(Calendar.WEEK_OF_YEAR, woy);
713 log(y + "-W" + woy +
759 log((ADDROLL[i]==ADD?"add(WOY,":"roll(WOY,") +
771 log((ADDROLL[i]==ADD?"add(WOY,":"roll(WOY,")
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CalendarRegressionTest.java 651 int woy = testCal.get(Calendar.WEEK_OF_YEAR); local
652 log(testCal.getTime() + " " + woy);
653 if (woy != DATA[j + 1 + i]) {
703 int woy = ((Integer)DISAM[i+1]).intValue(); local
708 testCal.set(Calendar.WEEK_OF_YEAR, woy);
710 log(y + "-W" + woy +
756 log((ADDROLL[i]==ADD?"add(WOY,":"roll(WOY,") +
768 log((ADDROLL[i]==ADD?"add(WOY,":"roll(WOY,")
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 2398 milliseconds