Searched refs:yearDay (Results 1 – 8 of 8) sorted by relevance
118 public int yearDay; field in Time312 this.yearDay = 0; in clear()486 yearDay = 0; in parseInternal()674 this.yearDay = 0; in parse3339Internal()792 this.yearDay = that.yearDay; in set()810 this.yearDay = 0; in set()833 this.yearDay = 0; in set()898 int closestThursday = yearDay + sThursdayOffset[weekDay]; in getWeekNumber()909 return temp.yearDay / 7 + 1; in getWeekNumber()1256 time.yearDay = wallTime.getYearDay(); in copyFieldsToTime()[all …]
302 int yearDay = wallTime.getYearDay() + 1; in handleToken() local304 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;
47744 field @Deprecated public int yearDay;
47888 field @Deprecated public int yearDay;
112493 Llibcore/util/ZoneInfo$WallTime;->yearDay:I