summaryrefslogtreecommitdiffstats
path: root/icu/src/main
Commit message (Expand)AuthorAgeFilesLines
* Minor tidy-up of some of the ICU interface.Elliott Hughes2010-01-218-390/+50
* Improve the DecimalFormat JNI.Elliott Hughes2010-01-212-213/+67
* Speed up Character.Elliott Hughes2010-01-142-180/+66
* Fix Date.toString.Elliott Hughes2010-01-142-14/+36
* 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-043-49/+68
* Fix build (accidental API leak).Elliott Hughes2010-01-041-0/+30
* Stop using ResourceBundle for locale data.Elliott Hughes2010-01-044-504/+319
* More ICU cleanup.Elliott Hughes2009-12-211-66/+36
* Fix leaks in ICU JNI.Elliott Hughes2009-12-211-428/+219
* Speed up the way we access ICU's locale data.Elliott Hughes2009-12-213-433/+150
* 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-122-3/+27
* Use icu4jni_error more consistently.Elliott Hughes2009-10-052-110/+79
* Use jniThrowException instead of FindClass/ThrowNew.Elliott Hughes2009-10-011-40/+22
* am d9f8adbf: am cb12fde6: Make Resources preloadable again.Elliott Hughes2009-09-171-18/+20
|\
| * Make Resources$DefaultTimeZones preloadable again.Elliott Hughes2009-09-151-18/+20
* | Remove duplicate copies of ICU error translation.Elliott Hughes2009-09-114-97/+26
* | Use GetStringRegion/GetStringUTFRegion where appropriate.Elliott Hughes2009-09-103-97/+52
* | Merge change 24402Android (Google) Code Review2009-09-091-27/+17
|\ \ | |/ |/|
| * Use GetByteArrayRegion instead of GetByteArrayElements.Elliott Hughes2009-09-091-27/+17
* | InputStreamReader forgets to convert incomplete multibyte characters at the b...Urs Grob2009-09-041-11/+4
|/
* Move LOG_TAG above the includes.Andy McFadden2009-06-041-1/+1
* am e406b316: Bug 1844104: Fix buffer overwrite bugs in CharsetEncoderICU and ...Mihai Preda2009-06-012-12/+47
|\
| * Bug 1844104: Fix buffer overwrite bugs in CharsetEncoderICU and CharsetDecode...Mihai Preda2009-05-262-12/+47
* | Return an Object[][] rather than an Object[].Andy McFadden2009-05-131-1/+1
* | am 08eacd4: am 64b928e: AI 148694: Manually copied from cupcake_dcm CL 1Andy Stadler2009-05-111-0/+4
|\ \ | |/
| * AI 148694: Manually copied from cupcake_dcm CL 148669-p9. When resetting theAndy Stadler2009-05-111-0/+4
* | add comments for the UTF-8 string creation patchHao Feng2009-03-201-1/+2
|/
* 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-0338-0/+12702
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0338-12688/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-97/+83
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-83/+97
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-132-90/+121
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-102-8/+34
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-3/+3
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-89/+135
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1717-77/+137
* Initial ContributionThe Android Open Source Project2008-10-2138-0/+12525