summaryrefslogtreecommitdiffstats
path: root/icu
Commit message (Expand)AuthorAgeFilesLines
* Implement (but @hide) java.text.Normalizer from Java 6.Elliott Hughes2010-03-014-0/+98
* Use DecimalFormatSymbols' new default constructor for speed.Elliott Hughes2010-01-282-112/+80
* Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException.Elliott Hughes2010-01-284-12/+6
* Double the speed of DecimalFormat creation.Elliott Hughes2010-01-283-76/+124
* Remove commented-out code.Elliott Hughes2010-01-271-21/+1
* Fix NumberFormat's behavior with BigInteger and custom Number subclasses.Elliott Hughes2010-01-271-17/+27
* Rename icu4jni's DecimalFormat to NativeDecimalFormat, to reduce confusion.Elliott Hughes2010-01-272-16/+16
* Gut NativeDecimalFormat in favor of icu4jni.DecimalFormat.Elliott Hughes2010-01-273-209/+160
* Simplify our DecimalFormat.Elliott Hughes2010-01-265-464/+177
* Switch our ICU JNI over to C++ and tidy up a little.Elliott Hughes2010-01-2215-1111/+565
* 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-143-6/+100
* 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-0341-0/+12801
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0341-12787/+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