X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/46f4442e9a5a4f3b98b7c1083586332f6a8a99a4..b25be06635768807f8f693286fa73bb2297bb06c:/icuSources/i18n/japancal.h diff --git a/icuSources/i18n/japancal.h b/icuSources/i18n/japancal.h index 2304abae..4219d6a5 100644 --- a/icuSources/i18n/japancal.h +++ b/icuSources/i18n/japancal.h @@ -192,17 +192,20 @@ protected: * Called by computeJulianDay. Returns the default month (0-based) for the year, * taking year and era into account. Will return the first month of the given era, if * the current year is an ascension year. + * @param eyear the extended year * @internal */ - virtual int32_t getDefaultMonthInYear(); + virtual int32_t getDefaultMonthInYear(int32_t eyear); /*** * Called by computeJulianDay. Returns the default day (1-based) for the month, * taking currently-set year and era into account. Will return the first day of the given * era, if the current month is an ascension year and month. + * @param eyear the extended year + * @param mon the month in the year * @internal */ - virtual int32_t getDefaultDayInMonth(int32_t month); + virtual int32_t getDefaultDayInMonth(int32_t eyear, int32_t month); }; U_NAMESPACE_END