mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 05:25:34 +00:00
parent
d259da8118
commit
37bdffb240
1 changed files with 1 additions and 1 deletions
|
@ -2564,7 +2564,6 @@ Calendar::internalSet(UCalendarDateFields field, int32_t value)
|
|||
fIsSet[field] = true; // Remove later
|
||||
}
|
||||
|
||||
#ifndef U_HIDE_INTERNAL_API
|
||||
/**
|
||||
* Macro for the class to declare it override
|
||||
* haveDefaultCentury, defaultCenturyStart, and
|
||||
|
@ -2576,6 +2575,7 @@ Calendar::internalSet(UCalendarDateFields field, int32_t value)
|
|||
virtual UDate defaultCenturyStart() const override; \
|
||||
virtual int32_t defaultCenturyStartYear() const override;
|
||||
|
||||
#ifndef U_HIDE_INTERNAL_API
|
||||
inline int32_t Calendar::weekNumber(int32_t dayOfPeriod, int32_t dayOfWeek)
|
||||
{
|
||||
return weekNumber(dayOfPeriod, dayOfPeriod, dayOfWeek);
|
||||
|
|
Loading…
Add table
Reference in a new issue