Home | History | Annotate | Download | only in format

Lines Matching refs:yearDay

94     public int yearDay;
193 * to April 1. It also fills in weekDay, yearDay, isDst and gmtoff.
278 this.yearDay = 0;
421 * <code>yearDay</code>, and <code>gmtoff</code> are always set to zero,
585 this.yearDay = that.yearDay;
591 * Sets the fields. Sets weekDay, yearDay and gmtoff to 0, and isDst to -1.
603 this.yearDay = 0;
610 * Sets weekDay, yearDay and gmtoff to 0, and isDst to -1.
626 this.yearDay = 0;
656 * and gives a number that can be added to the yearDay to give the
657 * closest Thursday yearDay.
664 * yearDay and weekDay fields.
683 int closestThursday = yearDay + sThursdayOffset[weekDay];
694 return temp.yearDay / 7 + 1;