History log of /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/Calendar.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
314a93bc772bfa762ddbbcd5d7048f809bb20f7a 13-Oct-2016 Joachim Sauer <jsauer@google.com> Android patch: Add/expose APIs needed by java.time.

Add and expose a small number of methods that are needed by
java.time. They tend to expose functionality that most end user code
will not need, but allows access to ICU internal data or functionality
that should be shared between ICU and java.time.

- Add method to Calendar to get localized pattern string.
- Add constructor to DateFormatSymbols that takes the calendar type as
string.
- Add method to DateFormatSymbols to get Narrow Eras

This change was introduced in Android for the O release:

https://android.googlesource.com/platform/external/icu/+/22b47ef

(cherry picked from commit e28d850f3e60a60d996ee1ba1a2a6adf8518163d)

Change-Id: I716a6eb8acaf8c367f40e891d6b0305b31987720
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/Calendar.java
fe77e7203e518f62b5bd8e8c603bca361e9cf47b 27-Nov-2017 Fredrik Roubert <roubert@google.com> Copy ICU4J 60 release from icu-project.org to aosp/icu60.

These files were exported from the ICU Subversion repository by running
the following command:

svn export \
http://source.icu-project.org/repos/icu/tags/release-60-1/icu4j icu4j

Change-Id: I6007f9604697ab092c23e3903f1b5c12224b9ee9
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/Calendar.java
22b47ef9ddf9e6a0c70a0fc411918f0ff5ba4f2d 13-Oct-2016 Joachim Sauer <jsauer@google.com> Add/expose APIs needed by java.time.

Add and expose a small number of methods that are needed by
java.time. They tend to expose functionality that most end user code
will not need, but allows access to ICU internal data or functionality
that should be shared between ICU and java.time.

- Add method to Calendar to get localized pattern string.
- Add constructor to DateFormatSymbols that takes the calendar type as
string.
- Add method to DateFormatSymbols to get Narrow Eras

Bug: 28832222
Test: compiles, tested via usage in java.time
Change-Id: Ic91b4a969ab39a94292d51c17c972aebdebb3ed2
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/Calendar.java
2d2bb24f747c65578da13d5b13b82f0669690461 21-Oct-2016 Fredrik Roubert <roubert@google.com> Copy ICU4J 58 release from icu-project.org to aosp/icu58.

These files were exported from the ICU Subversion repository by running
the following command:

svn export \
http://source.icu-project.org/repos/icu/icu4j/tags/release-58-1/ icu4j

Change-Id: I41856da9987199941c1e7905521bdaf45546f742
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/Calendar.java
87255a3fc79cc94374b5b8adc76a86e251ac7d3e 10-Mar-2016 Fredrik Roubert <roubert@google.com> Copy ICU4J 57 RC from icu-project.org to aosp/icu57.

These files were exported from the ICU Subversion repository by running
the following command:

svn export \
http://source.icu-project.org/repos/icu/icu4j/tags/release-57-rc/ icu4j

Change-Id: If639e6ca15934132aee0e49118a01e16d7b3627e
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/Calendar.java
9e281ba4837cba4a1cf9523d6f8b0621b150063d 26-Feb-2016 Scott Russell <scott_russell@us.ibm.com> Cherry-pick: ticket:12005: Fix numerous warnings / errors from Javadoc generation

http://bugs.icu-project.org/trac/changeset/38385

Bug: 22023363
(cherry picked from bee65486a185907111f3be60992433e133ec0e32)
Change-Id: I9e32f4d800cf8997e820764ce920d119049b9506
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/Calendar.java
bd1cbb618dcaa1ac6ba7c77dece35cb79593a5d7 28-Sep-2015 Fredrik Roubert <roubert@google.com> Copy ICU4J 56 RC from icu-project.org to aosp/icu56.

These files were exported from the ICU Subversion repository by running
the following command:

svn export \
http://source.icu-project.org/repos/icu/icu4j/tags/release-56-rc/ icu4j

(Previously, only the subdirectory "main" and the files in the root
directory were exported to Android, as the other subdirectories only
contain files that are not relevant when using ICU4J in Android. Now
these are included anyway, to simplify the export process.)

Change-Id: Ifca6b213abc38f7a1c38adeb980b1e8b5226ce83
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/Calendar.java
f716bda031dccdec5e47bb40e758c5901d209729 18-Mar-2015 Fredrik Roubert <roubert@google.com> Copy ICU4J 55 RC from icu-project.org to aosp/icu55.

These files were exported from the ICU Subversion repository by running
the following command:

svn export \
http://source.icu-project.org/repos/icu/icu4j/tags/release-55-rc/ icu4j

Only the subdirectory "main" and the files in the root directory were
added in this commit. The other subdirectories only contain files that
are not relevant (demos, tools, etc.) when using ICU4J in Android.

Change-Id: I85c57ab803e9e6d4775a1bff6edc5efa2b26f66d
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/Calendar.java
7935b1839a081ed19ae0d33029ad3c09632a2caa 19-Nov-2014 Fredrik Roubert <roubert@google.com> Copy ICU4J 54 from icu-project.org to AOSP/master.

These files were exported from the ICU Subversion repository by running
the following command:

svn export \
http://source.icu-project.org/repos/icu/icu4j/tags/release-54-1/ icu4j

Only the subdirectory "main" and the files in the root directory were
added in this commit. The other subdirectories only contain files that
are not relevant (demos, tools, etc.) when using ICU4J in Android.

Change-Id: I852d59c7d601d72e279c599b9f9e675cd3ef27b1
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/Calendar.java