summaryrefslogtreecommitdiffstats
path: root/icu/src/main/native
Commit message (Expand)AuthorAgeFilesLines
* Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luniPeter Hallam2010-05-0414-3696/+0
* Dead code/cruft removal in the collation code.Elliott Hughes2010-04-235-440/+112
* Fix U_FILE_ACCESS_ERROR RuntimeException in String.getBytes("GB18030").Elliott Hughes2010-04-191-5/+6
* Move the libcore registration out of libnativehelpers and into libcore.Elliott Hughes2010-04-1610-33/+10
* Merge LocaleData and Resources, rename Resources to ICU.Elliott Hughes2010-04-1611-40/+37
* Change DecimalFormatSymbols to have a field per symbol.Elliott Hughes2010-04-161-46/+27
* Fix String.toLowerCase and toUpperCase.Elliott Hughes2010-04-134-37/+58
* More Charset/ICU cleanup.Elliott Hughes2010-04-021-297/+76
* Tidy up our getAvailableLocales methods to actually ask ICU4C.Elliott Hughes2010-04-013-71/+50
* Add Java 6's java.net.IDN.Elliott Hughes2010-04-013-1/+66
* Fix a bug, and protect against an unrelated class of bugs.Elliott Hughes2010-03-292-0/+8
* Add Java 6's exponent separator to DecimalFormatSymbols.Elliott Hughes2010-03-291-17/+16
* Fix all our java.text.Bidi failures.Elliott Hughes2010-03-261-31/+49
* Java 6 changed CollationKey from final to abstract.Elliott Hughes2010-03-261-40/+13
* Start cleaning up the Charset implementation.Elliott Hughes2010-03-262-321/+202
* Add's Java 6's DecimalFormat.setRoundingMode (et cetera).Elliott Hughes2010-03-181-1/+8
* am 10ebc7d0: Merge "Implement (but @hide) java.text.Normalizer from Java 6."Elliott Hughes2010-03-013-0/+51
|\
| * Implement (but @hide) java.text.Normalizer from Java 6.Elliott Hughes2010-03-013-0/+51
* | Remove RuleBasedNumberFormat from our icu4jni fork, since we don't need it.Elliott Hughes2010-02-032-337/+0
|/
* Use DecimalFormatSymbols' new default constructor for speed.Elliott Hughes2010-01-281-82/+61
* Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException.Elliott Hughes2010-01-284-12/+6
* Double the speed of DecimalFormat creation.Elliott Hughes2010-01-282-53/+110
* Rename icu4jni's DecimalFormat to NativeDecimalFormat, to reduce confusion.Elliott Hughes2010-01-271-1/+1
* Gut NativeDecimalFormat in favor of icu4jni.DecimalFormat.Elliott Hughes2010-01-271-1/+1
* Simplify our DecimalFormat.Elliott Hughes2010-01-262-84/+45
* 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-215-351/+46
* Improve the DecimalFormat JNI.Elliott Hughes2010-01-211-200/+60
* Speed up Character.Elliott Hughes2010-01-141-46/+44
* Fix Date.toString.Elliott Hughes2010-01-141-9/+10
* Speed up DecimalFormatSymbols.Elliott Hughes2010-01-041-20/+17
* Stop using ResourceBundle for locale data.Elliott Hughes2010-01-041-428/+101
* 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-211-173/+61
* Bug fixing for NumberFormat and BigDecimal.Jesse Wilson2009-10-121-3/+4
* Use icu4jni_error more consistently.Elliott Hughes2009-10-052-110/+79
* Use jniThrowException instead of FindClass/ThrowNew.Elliott Hughes2009-10-011-40/+22
* Remove duplicate copies of ICU error translation.Elliott Hughes2009-09-114-97/+26
* Use GetStringRegion/GetStringUTFRegion where appropriate.Elliott Hughes2009-09-103-97/+52
* Use GetByteArrayRegion instead of GetByteArrayElements.Elliott Hughes2009-09-091-27/+17
* Move LOG_TAG above the includes.Andy McFadden2009-06-041-1/+1
* Return an Object[][] rather than an Object[].Andy McFadden2009-05-131-1/+1
* add comments for the UTF-8 string creation patchHao Feng2009-03-201-1/+2
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0315-0/+6479
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0315-6465/+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-131-35/+49
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-102-8/+34