summaryrefslogtreecommitdiff
path: root/libicu/cts_headers/taiwncal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libicu/cts_headers/taiwncal.h')
-rw-r--r--libicu/cts_headers/taiwncal.h21
1 files changed, 2 insertions, 19 deletions
diff --git a/libicu/cts_headers/taiwncal.h b/libicu/cts_headers/taiwncal.h
index b0a30f910..a8fa3d182 100644
--- a/libicu/cts_headers/taiwncal.h
+++ b/libicu/cts_headers/taiwncal.h
@@ -139,7 +139,7 @@ private:
* @return the extended year
* @internal
*/
- virtual int32_t handleGetExtendedYear() override;
+ virtual int32_t handleGetExtendedYear(UErrorCode& status) override;
/**
* Subclasses may override this method to compute several fields
* specific to each calendar system.
@@ -155,24 +155,7 @@ private:
*/
virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const override;
- /**
- * Returns true because the Taiwan Calendar does have a default century
- * @internal
- */
- virtual UBool haveDefaultCentury() const override;
-
- /**
- * Returns the date of the start of the default century
- * @return start of century - in milliseconds since epoch, 1970
- * @internal
- */
- virtual UDate defaultCenturyStart() const override;
-
- /**
- * Returns the year in which the default century begins
- * @internal
- */
- virtual int32_t defaultCenturyStartYear() const override;
+ DECLARE_OVERRIDE_SYSTEM_DEFAULT_CENTURY
};
U_NAMESPACE_END