Lines Matching full:year
260 * Sets the daylight savings starting year, that is, the year this time zone began
262 * not to observe daylight savings time prior to that year; SimpleTimeZone doesn't
264 * @param year the daylight savings starting year.
267 void setStartYear(int32_t year);
560 * @param year The reference date's year
569 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
576 * @param year the year in the given date.
587 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
594 * @param year the year in the given date.
606 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
822 * Compare a given date in the year to a rule. Return 1, 0, or -1, depending
860 int32_t startYear; // the year these DST rules took effect