// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /* ****************************************************************************** * Copyright (C) 2013, International Business Machines Corporation * and others. All Rights Reserved. ****************************************************************************** * * File DANGICAL.CPP ***************************************************************************** */ #include "chnsecal.h" #include "dangical.h" #if !UCONFIG_NO_FORMATTING #include "gregoimp.h" // Math #include "uassert.h" #include "ucln_in.h" #include "umutex.h" #include "unicode/rbtz.h" #include "unicode/tzrule.h" // --- The cache -- static icu::TimeZone *gDangiCalendarZoneAstroCalc = …; static icu::UInitOnce gDangiCalendarInitOnce { … }; /** * The start year of the Korean traditional calendar (Dan-gi) is the inaugural * year of Dan-gun (BC 2333). */ static const int32_t DANGI_EPOCH_YEAR = …; // Gregorian year U_CDECL_BEGIN static UBool calendar_dangi_cleanup() { … } U_CDECL_END U_NAMESPACE_BEGIN #endif