Searched refs:yearDay (Results 1 – 8 of 8) sorted by relevance
119 public int yearDay; field in Time313 this.yearDay = 0; in clear()487 yearDay = 0; in parseInternal()675 this.yearDay = 0; in parse3339Internal()794 this.yearDay = that.yearDay; in set()812 this.yearDay = 0; in set()835 this.yearDay = 0; in set()900 int closestThursday = yearDay + sThursdayOffset[weekDay]; in getWeekNumber()911 return temp.yearDay / 7 + 1; in getWeekNumber()1263 time.yearDay = wallTime.getYearDay(); in copyFieldsToTime()[all …]
229 int yearDay = wallTime.getYearDay() + 1; in handleToken() local231 yearDay); in handleToken() local
226 iterator.yearDay, iterator.getActualMaximum(Time.YEAR_DAY)); in filter()1212 date.yearDay = yearDay(year, month, monthDay); in unsafeNormalize()1280 static int yearDay(int year, int month, int day) { in yearDay() method in RecurrenceProcessor1281 int yearDay = DAYS_IN_YEAR_PRECEDING_MONTH[month] + day - 1; in yearDay() local1283 yearDay += 1; in yearDay()1285 return yearDay; in yearDay()
73 int currYearDay = recycledTime.year * 366 + recycledTime.yearDay; in getLocalTime()92 if (currYearDay != (recycledTime.year * 366 + recycledTime.yearDay)) { in getLocalTime()
30172 field public int yearDay;
41897 field public int yearDay;
42173 field public int yearDay;
45482 field public int yearDay;