Lines Matching full:year
258 * Gets the time when this rule takes effect in the given year.
259 * @param year The Gregorian year, with 0 == 1 BCE, -1 == 2 BCE, etc.
264 * @param result Receives the start time in the year.
265 * @return true if this rule takes effect in the year and the result is set to
269 UBool getStartInYear(int32_t year, int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const;
379 * The constant representing the maximum year used for designating
395 * @param startYear The first year when this rule takes effect.
396 * @param endYear The last year when this rule takes effect. If this
414 * @param startYear The first year when this rule takes effect.
415 * @param endYear The last year when this rule takes effect. If this
477 * Gets the first year when this rule takes effect.
478 * @return The start year of this rule. The year is in Gregorian calendar
485 * Gets the end year when this rule takes effect.
486 * @return The end year of this rule (inclusive). The year is in Gregorian calendar
493 * Gets the time when this rule takes effect in the given year.
494 * @param year The Gregorian year, with 0 == 1 BCE, -1 == 2 BCE, etc.
499 * @param result Receives the start time in the year.
500 * @return true if this rule takes effect in the year and the result is set to
504 UBool getStartInYear(int32_t year, int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const;