- 4acfe16 Android patch: Ticket #11913: Fix bug in temporary workaround. by Fredrik Roubert · 9 years ago
- a3f31c0 Integrate workaround for CLDR ticket #7969 into android_icu4j. by Fredrik Roubert · 9 years ago
- 99a7ced Android patch: CLDR ticket #7969: Percent formatting in RTL text. ICU4J by Fredrik Roubert · 9 years ago
- 4e83e10 Android patch: Regenerated data files for en_AU cherry-pick. by Paul Duffin · 9 years ago
- e0108b4 Cherry-pick: en_AU: spaces missing in long and medium date format by Fredrik Roubert · 9 years ago
- 2e88a3b Enable tests to be run when ICU4J is on the bootclasspath by Paul Duffin · 9 years ago
- d80e888 Remove non-existent directory. by Paul Duffin · 9 years ago
- 69ef1ba Add repackaged version of the ICU tests by Paul Duffin · 9 years ago
- dfda36f Update timezone data to 2016a by Neil Fuller · 9 years ago
- 5cf9d33 Integrate changes cherry-picked for ticket #12010 into android_icu4j. by Fredrik Roubert · 9 years ago
- adbfdff Cherry-pick: ticket:12010: Fixed a typo @returns in the previous commit. by Yoshito Umaoka · 9 years ago
- ef50c15 Cherry-pick: ticket:12010: Fixed some minor API doc issues. by Yoshito Umaoka · 9 years ago
- 3204cf3 Revert "Add missing "other" strings for RelativeDateTimeFormatter" by Fredrik Roubert · 9 years ago
- 98d264e Integrate for tickets #11989, #12018, #12030, #12031, #12032. by Fredrik Roubert · 9 years ago
- c43b22f Android.mk files updated for ticket #11857, #12031 cherry-picks. by Fredrik Roubert · 9 years ago
- 9d5f595 Cherry-pick: ticket:12018: Add missing * in Javadoc syntax. by Fredrik Roubert · 9 years ago
- e0b6725 Cherry-pick: ticket:11989: API doc fix by Craig Cornelius · 9 years ago
- bdf33e6 Cherry-pick: ticket:12018: Overhaul RelativeDateTimeFormatter data loading by Craig Cornelius · 9 years ago
- 8cf2ea9 Cherry-pick: ticket:12032: remove SimplePatternFormatter wrapper objects from MeasureFormat range formatting, too by Markus Scherer · 9 years ago
- 9ed7881 Cherry-pick: ticket:12032: SimplePatternFormatter allow values=null, some better API docs, some changes parallel with C++ by Markus Scherer · 9 years ago
- 58d9241 Cherry-pick: ticket:12032: rewrite SimplePatternFormatter: quoting like MessageFormat, shorter, create fewer objects; callers avoid wrapper objects by Markus Scherer · 9 years ago
- 2ec3826 Cherry-pick: ticket:12030: move some code to QuantityFormatter so that PluralRules does not depend on NumberFormat and to be more parallel with C++ by Markus Scherer · 9 years ago
- 32d49d8 Cherry-pick: ticket:12031: text.PluralRules.StandardPluralCategories -> impl.StandardPlural with new names for constants & methods by Markus Scherer · 9 years ago
- 82027af Cherry-pick: ticket:12030: MeasureFormat handle by-plural-form sideways-aliasing, by not bundling plural forms into a QuantityFormatter, reintegrate from ^/icu4j/branches/markus/sideways by Markus Scherer · 9 years ago
- 307b5d7 Cherry-pick: ticket:12032: rewrite SimplePatternFormatter: quoting like MessageFormat, shorter, create fewer objects by Markus Scherer · 9 years ago
- 5647259 Cherry-pick: ticket:12030: Update destructor to delete all patterns by Michael Ow · 9 years ago
- 464521e Cherry-pick: ticket:12031: define StandardPlural::indexFromString(const UnicodeString &keyword, UErrorCode &errorCode) by Markus Scherer · 9 years ago
- 7d219b1 Cherry-pick: ticket:12030: MeasureFormat handle by-plural-form sideways-aliasing, by not bundling plural forms into a QuantityFormatter, port from Java by Markus Scherer · 9 years ago
- ff847cb Cherry-pick: ticket:12031: StandardPlural from UnicodeString by Markus Scherer · 9 years ago
- 0b3ec05 Cherry-pick: ticket:12031: port enum StandardPlural to C++ by Markus Scherer · 9 years ago
- e8dd0dd Cherry-pick: ticket:11857 Add CStr class for easier UnicodeString to char * conversions. by Andy Heninger · 9 years ago
- 8a8dc7a Remove header from LOCAL_SRC_FILES by Dan Willemsen · 9 years ago
- 6bb622e Fix @code escapes by Neil Fuller · 9 years ago
- ac37ac1 Hide static setDefault methods in ICU4J by Neil Fuller · 9 years ago
- 1ece735 brillo: Remove icu.dat file from the Brillo image. by Ralph Nathan · 9 years ago
- fa4af60 Make the Android ICU4J APIs unhidden am: a7aed8f9de by Neil Fuller · 9 years ago
- a7aed8f Make the Android ICU4J APIs unhidden by Neil Fuller · 9 years ago
- 145f2f1 Integrate changes cherry-picked for ticket #11986 into android_icu4j. by Fredrik Roubert · 9 years ago
- 41e6d0d Android.mk file updated for ticket #11986 cherry-picks. am: 9e9419ecc6 by Fredrik Roubert · 9 years ago
- 0c77849 Cherry-pick: ticket:11986: optimize UnitPatternSink a bit; add MeasureUnitTest.testIndividualPluralFallback() by Markus Scherer · 9 years ago
- 4a25416 Cherry-pick: ticket:11986: MeasureFormat unit display patterns need to fall back to the parent locales per plural form, not as a set by Markus Scherer · 9 years ago
- 0516ae2 Cherry-pick: ticket:11986: slightly nicer QuantityFormatter.getPluralIndex(), avoid key.toString() for it by Markus Scherer · 9 years ago
- 59900c9 Cherry-pick: ticket:11986: UResource.Value.getAliasString(), sink.leave(), MeasureFormat use resource enumeration, store one data reference not pieces of that data by Markus Scherer · 9 years ago
- 31e5f0a Cherry-pick: ticket:11986: rename ICUResource to UResource, consistent with UResourceBundle, in case we want to make the resource enumeration public by Markus Scherer · 9 years ago
- 9d2b073 Cherry-pick: ticket:11986: MeasureFormat unit display patterns need to fall back to the parent locales per plural form, not as a set; add MeasureFormatTest::TestIndividualPluralFallback(); fix RelativeDateTimeFormatterTest::TestSerbianFallback() test data by Markus Scherer · 9 years ago
- 548512a Cherry-pick: ticket:11986: const ResourceValue references, sink.leave(), some more specific types in MeasureFormat code by Markus Scherer · 9 years ago
- b306784 Cherry-pick: ticket:11986: use prefix Resource for C++ classes, prefix UResource for C types by Markus Scherer · 9 years ago
- bfb4c9d Cherry-pick: ticket:11986: more compact MeasureFormat data sink declaration+defition, add comments by Markus Scherer · 9 years ago
- 9d9f96d Cherry-pick: ticket:11986: do not duplicate MeasureFormat data for sideways-fallback aliases by Markus Scherer · 9 years ago
- 5f0bf2b Cherry-pick: ticket:11986: enumerate most of the measurement unit formatting data, rather than lookup-with-fallback for each piece; adds necessary fallback on leaf level by Markus Scherer · 9 years ago
- 42d034b Merge "Improve docs around srcgen" am: 414ad9dfd2 by Neil Fuller · 9 years ago
- 1692ef4 Merge "Fix spelling of Locator in srcgen code" am: d943b6abff by Neil Fuller · 9 years ago
- aea833f Fix srcgen build for people without acp / guavalib already am: c41fc78c71 by Neil Fuller · 9 years ago
- 96a989d Integrate changes cherry-picked for ticket #11986 into android_icu4j. by Fredrik Roubert · 9 years ago
- 9e9419e Android.mk file updated for ticket #11986 cherry-picks. by Fredrik Roubert · 9 years ago
- db9ff2c Cherry-pick: ticket:11986: optimize UnitPatternSink a bit; add MeasureUnitTest.testIndividualPluralFallback() by Markus Scherer · 9 years ago
- 97c3775 Cherry-pick: ticket:11986: MeasureFormat unit display patterns need to fall back to the parent locales per plural form, not as a set by Markus Scherer · 9 years ago
- 1f9cd7c Cherry-pick: ticket:11986: slightly nicer QuantityFormatter.getPluralIndex(), avoid key.toString() for it by Markus Scherer · 9 years ago
- 375d954 Cherry-pick: ticket:11986: UResource.Value.getAliasString(), sink.leave(), MeasureFormat use resource enumeration, store one data reference not pieces of that data by Markus Scherer · 9 years ago
- 6cbfb9f Cherry-pick: ticket:11986: rename ICUResource to UResource, consistent with UResourceBundle, in case we want to make the resource enumeration public by Markus Scherer · 9 years ago
- 8ce198e Cherry-pick: ticket:11986: MeasureFormat unit display patterns need to fall back to the parent locales per plural form, not as a set; add MeasureFormatTest::TestIndividualPluralFallback(); fix RelativeDateTimeFormatterTest::TestSerbianFallback() test data by Markus Scherer · 9 years ago
- a5e54b1 Cherry-pick: ticket:11986: const ResourceValue references, sink.leave(), some more specific types in MeasureFormat code by Markus Scherer · 9 years ago
- 535fd3b Cherry-pick: ticket:11986: use prefix Resource for C++ classes, prefix UResource for C types by Markus Scherer · 9 years ago
- 1f35822 Cherry-pick: ticket:11986: more compact MeasureFormat data sink declaration+defition, add comments by Markus Scherer · 9 years ago
- bdfca88 Cherry-pick: ticket:11986: do not duplicate MeasureFormat data for sideways-fallback aliases by Markus Scherer · 9 years ago
- 24d5568 Cherry-pick: ticket:11986: enumerate most of the measurement unit formatting data, rather than lookup-with-fallback for each piece; adds necessary fallback on leaf level by Markus Scherer · 9 years ago
- 414ad9d Merge "Improve docs around srcgen" by Neil Fuller · 9 years ago
- d943b6a Merge "Fix spelling of Locator in srcgen code" by Neil Fuller · 9 years ago
- 8836f5d Fix spelling of Locator in srcgen code by Neil Fuller · 9 years ago
- c41fc78 Fix srcgen build for people without acp / guavalib already by Neil Fuller · 9 years ago
- ca55127 Improve docs around srcgen by Neil Fuller · 9 years ago
- 0f4fee2 Merge "Add missing "other" strings for RelativeDateTimeFormatter" am: 6c6cdc9d76 by Neil Fuller · 9 years ago
- 6c6cdc9 Merge "Add missing "other" strings for RelativeDateTimeFormatter" by Neil Fuller · 9 years ago
- f9ffd5b Add missing "other" strings for RelativeDateTimeFormatter by Neil Fuller · 9 years ago
- ac0ef05 Remove ScientificNumberFormatter from the public API set am: c555084506 by Neil Fuller · 9 years ago
- c555084 Remove ScientificNumberFormatter from the public API set by Neil Fuller · 9 years ago
- 02d8842 Merge "JavaDoc fixes: @since and @see tags" am: 6d563406a3 by Neil Fuller · 9 years ago
- 6d56340 Merge "JavaDoc fixes: @since and @see tags" by Neil Fuller · 9 years ago
- 42a3e30 Reformat lists of file names to list only one file name per line. am: 45f1a4bac2 by Fredrik Roubert · 9 years ago
- 45f1a4b Reformat lists of file names to list only one file name per line. by Fredrik Roubert · 9 years ago
- 877eda6 JavaDoc fixes: @since and @see tags by Neil Fuller · 9 years ago
- 977fd4f Merge "Tool for checking the quality of the generated android_icu4j source" by Neil Fuller · 9 years ago
- 0fca051 Merge "Tool for checking the quality of the generated android_icu4j source" by Neil Fuller · 9 years ago
- 1d793a7 Merge "Cleanup refactorings for currysrc" am: e1aed89b01 by Neil Fuller · 9 years ago
- e1aed89 Merge "Cleanup refactorings for currysrc" by Neil Fuller · 9 years ago
- 6a016eb Tool for checking the quality of the generated android_icu4j source by Neil Fuller · 9 years ago
- ac1c676 Cleanup refactorings for currysrc by Neil Fuller · 9 years ago
- 95889d9 Merge "Improvements to currysrc / srcgen" am: c3e799896f by Neil Fuller · 9 years ago
- c3e7998 Merge "Improvements to currysrc / srcgen" by Neil Fuller · 9 years ago
- 93cf604 Improvements to currysrc / srcgen by Neil Fuller · 9 years ago
- 4057eab Merge "Modify ICU class docs that refer to provisional methods" am: a803515a79 by Neil Fuller · 9 years ago
- a803515 Merge "Modify ICU class docs that refer to provisional methods" by Neil Fuller · 9 years ago
- c33b36d Modify ICU class docs that refer to provisional methods by Neil Fuller · 9 years ago
- 740b2a4 Merge "Add the ability to replace Javadoc wholesale" am: 3e9734fedb by Neil Fuller · 9 years ago
- 3e9734f Merge "Add the ability to replace Javadoc wholesale" by Neil Fuller · 9 years ago
- 6714f37 Merge "Add support for @.jcite references in srcgen" am: fc64230154 by Neil Fuller · 9 years ago
- fc64230 Merge "Add support for @.jcite references in srcgen" by Neil Fuller · 9 years ago
- 17bdb07 Add the ability to replace Javadoc wholesale by Neil Fuller · 9 years ago
- 5380e42 Merge commit 'f231a4a5b6db07f25f5bf3510bd82781f126f533' into HEAD by Bill Yi · 9 years ago
- cc49f81 Add support for @.jcite references in srcgen by Neil Fuller · 9 years ago