icu/icu4j
Frank Tang d83d26cc5d ICU-9972 Fix Chinese/Dangi Calendar getActualMaximum(UCAL_DAY_OF_YEAR)
Also fix ICU-12620 which is mark duplicate of ICU-9972 just now.
and fix ICU-22258.

Separate the new year and winter solstice cache since the calculated
value for these two calendar are mostly but not always the same due
to slightly different observation timeZone.

Remove the epochYear and zoneAstroCalc from the member data
and instead return them from a getStting() method with the two caches
since all four of them are constant per subclass of ChineseCalendar
and do not need to be different per object.

The known issues in the TestLimit is caused by both Calendar get/put the
value from the same cache while the calculated result depends on the
timeZone zoneAstroCalc.
2024-03-28 11:02:21 -07:00
..
demos ICU-22534 BRS 75 front-load update version to 75.0.1 2023-12-08 14:32:40 -08:00
main ICU-9972 Fix Chinese/Dangi Calendar getActualMaximum(UCAL_DAY_OF_YEAR) 2024-03-28 11:02:21 -07:00
maven-migration ICU-22677 update LICENSE and README.md and pom.xml 2024-02-26 14:34:59 -06:00
perf-tests ICU-22534 BRS75 clean up import statements 2024-03-26 08:50:56 -04:00
releases_tools ICU-22534 BRS 75 front-load update version to 75.0.1 2023-12-08 14:32:40 -08:00
samples ICU-22534 BRS 75 front-load update version to 75.0.1 2023-12-08 14:32:40 -08:00
tools ICU-22534 BRS75 J API Signature file and API change report 2024-03-26 08:51:16 -04:00
.gitignore ICU-22325 BRS74 Clean up import statements 2023-10-02 17:22:26 -04:00
APIChangeReport.html ICU-22534 BRS75 J API Signature file and API change report 2024-03-26 08:51:16 -04:00
coverage-exclusion.txt ICU-22531 Remove X from XLikelySubtags* 2023-11-17 14:49:39 -08:00
extract-data-files.sh ICU-22326 CLDR release-44-beta5 to ICU main part 3 (ICU sources: lib, tools, tests) 2023-10-26 10:59:18 -07:00
pom.xml ICU-22690 Update ICU4J MessageFormatter to the latest spec, LDML 45 2024-03-22 14:39:02 -07:00
readme.html ICU-21632 Fix links in readme.html files to respective readme pages in User Guide 2021-06-10 09:36:19 -07:00
stylesheet8.css ICU-22324 Mavenization, resolve some of the release tasks 2023-09-20 10:27:12 -07:00

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <meta http-equiv="Content-Style-Type" content="text/css2">
  <title>ReadMe for ICU4J</title>
  <meta name="COPYRIGHT" content="© 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html">
  <style type="text/css">
h2.doc { background: #CCCCFF }
h3.doc { text-decoration: underline }
  </style>
</head>
<body style="background-color: rgb(255, 255, 255);" lang="EN-US"
 link="#0000ff" vlink="#800080">

  <p>This readme has moved to the <a href="https://unicode-org.github.io/icu/userguide/icu4j/">ICU4J Readme</a>
    section in the <a href="https://unicode-org.github.io/icu/">ICU User Guide</a>.</p>

  <hr />
  <p> Copyright &copy; 2016 and later: Unicode, Inc. and others. License &amp; terms of use:
  <a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a><br/>
  Copyright &copy; 1997-2016 International Business Machines Corporation and  others.
  All Rights Reserved.</p>

</body>
</html>