summaryrefslogtreecommitdiffstats
path: root/icu/src/main/java/com
Commit message (Expand)AuthorAgeFilesLines
* Minor tidy-up of some of the ICU interface.Elliott Hughes2010-01-213-39/+4
* Improve the DecimalFormat JNI.Elliott Hughes2010-01-211-13/+7
* Speed up Character.Elliott Hughes2010-01-141-134/+22
* Fix Date.toString.Elliott Hughes2010-01-141-5/+26
* Remove the last bits of the ICU ResourceBundle hack.Elliott Hughes2010-01-131-41/+0
* Support non-default negative patterns in NumberFormat.getIntegerInstance.Elliott Hughes2010-01-111-2/+7
* Last bunch of NumberFormat speedups.Elliott Hughes2010-01-053-123/+60
* Speed up DecimalFormatSymbols.Elliott Hughes2010-01-042-29/+51
* Fix build (accidental API leak).Elliott Hughes2010-01-041-0/+30
* Stop using ResourceBundle for locale data.Elliott Hughes2010-01-043-76/+218
* Speed up the way we access ICU's locale data.Elliott Hughes2009-12-212-260/+89
* Depessimize string conversions.Elliott Hughes2009-12-182-14/+14
* Fix java.util.Formatter formatting of -0.0.Elliott Hughes2009-12-091-36/+17
* CharsetDecoderICU/CharsetEncoderICU should take arrayOffset into account.Elliott Hughes2009-11-032-10/+22
* Fix a few FindBugs warnings in code that isn't upstream.Elliott Hughes2009-10-273-6/+6
* Fix icu4jni Resources ("Locale") to not expose its internals.Elliott Hughes2009-10-141-6/+14
* Bug fixing for NumberFormat and BigDecimal.Jesse Wilson2009-10-121-0/+23
* Make Resources$DefaultTimeZones preloadable again.Elliott Hughes2009-09-151-18/+20
* InputStreamReader forgets to convert incomplete multibyte characters at the b...Urs Grob2009-09-041-11/+4
* Bug 1844104: Fix buffer overwrite bugs in CharsetEncoderICU and CharsetDecode...Mihai Preda2009-05-262-12/+47
* AI 148694: Manually copied from cupcake_dcm CL 148669-p9. When resetting theAndy Stadler2009-05-111-0/+4
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-111-34/+0
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0323-0/+6223
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0323-6223/+0
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-55/+72
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-3/+3
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1713-61/+114
* Initial ContributionThe Android Open Source Project2008-10-2123-0/+6153