summaryrefslogtreecommitdiffstats
path: root/icu/src
Commit message (Expand)AuthorAgeFilesLines
* java.text.RuleBasedCollator fixes.Elliott Hughes2010-04-221-2/+11
* 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-1617-251/+134
* Change DecimalFormatSymbols to have a field per symbol.Elliott Hughes2010-04-162-51/+72
* Fix String.toLowerCase and toUpperCase.Elliott Hughes2010-04-135-37/+60
* Make String.split 10x faster.Elliott Hughes2010-04-091-0/+2
* More Charset/ICU cleanup.Elliott Hughes2010-04-024-692/+146
* Tidy up our getAvailableLocales methods to actually ask ICU4C.Elliott Hughes2010-04-017-113/+103
* Add Java 6's java.net.IDN.Elliott Hughes2010-04-014-1/+110
* 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-292-17/+21
* Fix all our java.text.Bidi failures.Elliott Hughes2010-03-261-31/+49
* Java 6 changed CollationKey from final to abstract.Elliott Hughes2010-03-267-1117/+665
* Start cleaning up the Charset implementation.Elliott Hughes2010-03-265-452/+238
* Clean up the Java side of the ICU interface a bit.Elliott Hughes2010-03-198-272/+136
* Add's Java 6's DecimalFormat.setRoundingMode (et cetera).Elliott Hughes2010-03-182-1/+25
* Use a manually-synchronized HashMap instead of ConcurrentHashMap in LocaleData.Elliott Hughes2010-03-051-9/+17
* Add (but @hide) String.isEmpty and Locale.ROOT.Elliott Hughes2010-03-021-1/+1
* am 10ebc7d0: Merge "Implement (but @hide) java.text.Normalizer from Java 6."Elliott Hughes2010-03-014-0/+98
|\
| * Implement (but @hide) java.text.Normalizer from Java 6.Elliott Hughes2010-03-014-0/+98
* | Resync a load of tests with upstream, make our build faster.Elliott Hughes2010-02-191-1/+1
* | Merge "Fix a few of our FindBugs "high" warnings." into dalvik-devElliott Hughes2010-02-122-7/+13
|\ \
| * | Fix a few of our FindBugs "high" warnings.Elliott Hughes2010-02-122-7/+13
* | | Use one method to create a Locale from a String.Elliott Hughes2010-02-124-63/+50
|/ /
* | Remove RuleBasedNumberFormat from our icu4jni fork, since we don't need it.Elliott Hughes2010-02-033-595/+0
|/
* 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