summaryrefslogtreecommitdiffstats
path: root/icu/src/main/java/com/ibm
Commit message (Expand)AuthorAgeFilesLines
* java.text.RuleBasedCollator fixes.Elliott Hughes2010-04-221-2/+11
* Merge LocaleData and Resources, rename Resources to ICU.Elliott Hughes2010-04-164-109/+97
* Change DecimalFormatSymbols to have a field per symbol.Elliott Hughes2010-04-161-5/+45
* Fix String.toLowerCase and toUpperCase.Elliott Hughes2010-04-131-0/+2
* Make String.split 10x faster.Elliott Hughes2010-04-091-0/+2
* More Charset/ICU cleanup.Elliott Hughes2010-04-023-395/+70
* Tidy up our getAvailableLocales methods to actually ask ICU4C.Elliott Hughes2010-04-014-42/+53
* Add Java 6's java.net.IDN.Elliott Hughes2010-04-011-0/+44
* Add Java 6's exponent separator to DecimalFormatSymbols.Elliott Hughes2010-03-291-0/+5
* Java 6 changed CollationKey from final to abstract.Elliott Hughes2010-03-266-1077/+652
* Start cleaning up the Charset implementation.Elliott Hughes2010-03-263-131/+36
* 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-181-0/+17
* 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-011-0/+47
|\
| * Implement (but @hide) java.text.Normalizer from Java 6.Elliott Hughes2010-03-011-0/+47
* | 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-123-63/+34
|/ /
* | Remove RuleBasedNumberFormat from our icu4jni fork, since we don't need it.Elliott Hughes2010-02-031-258/+0
|/
* Use DecimalFormatSymbols' new default constructor for speed.Elliott Hughes2010-01-281-30/+19
* Double the speed of DecimalFormat creation.Elliott Hughes2010-01-281-23/+14
* 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-271-15/+15
* Gut NativeDecimalFormat in favor of icu4jni.DecimalFormat.Elliott Hughes2010-01-272-208/+159
* Simplify our DecimalFormat.Elliott Hughes2010-01-263-380/+132
* 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