summaryrefslogtreecommitdiffstats
path: root/text/src
Commit message (Expand)AuthorAgeFilesLines
* merge more modules into luniPeter Hallam2010-04-2771-31168/+0
* Dead code/cruft removal in the collation code.Elliott Hughes2010-04-231-2/+3
* java.text.RuleBasedCollator fixes.Elliott Hughes2010-04-221-5/+6
* Update to the latest upstream collator tests.Elliott Hughes2010-04-222-708/+284
* Merge LocaleData and Resources, rename Resources to ICU.Elliott Hughes2010-04-168-73/+35
* merging FRF15 for dalvik-devBrian Carlstrom2010-04-161-0/+1
* Change DecimalFormatSymbols to have a field per symbol.Elliott Hughes2010-04-161-71/+76
* Remove "Messages" from the nio, prefs, sql, text, and x-net modules.Elliott Hughes2010-04-1412-508/+179
* Use the same documentation in all the methods that take a format string.Elliott Hughes2010-04-131-12/+11
* Improve documentation about the user's default locale.Elliott Hughes2010-04-139-96/+59
* Tidy up our getAvailableLocales methods to actually ask ICU4C.Elliott Hughes2010-04-0111-56/+16
* Add Java 6's Calendar API changes.Elliott Hughes2010-03-312-2/+2
* Add Java 6's exponent separator to DecimalFormatSymbols.Elliott Hughes2010-03-292-75/+147
* Fix all our java.text.Bidi failures.Elliott Hughes2010-03-262-19/+32
* Java 6 changed CollationKey from final to abstract.Elliott Hughes2010-03-263-98/+28
* Clean up a few toStrings.Elliott Hughes2010-03-252-2/+4
* Add Java 6's getAvailableLocales/getInstance to DateFormatSymbols and Decimal...Elliott Hughes2010-03-249-94/+256
* Add the Java 6 java.text.spi and java.util.spi interfaces.Elliott Hughes2010-03-227-1/+415
* Remove all remaining "@since Android" tags.Elliott Hughes2010-03-221-4/+3
* Track Java 6's BreakIterator API changes.Elliott Hughes2010-03-192-339/+0
* Clean up the Java side of the ICU interface a bit.Elliott Hughes2010-03-192-45/+22
* Add's Java 6's DecimalFormat.setRoundingMode (et cetera).Elliott Hughes2010-03-184-124/+394
* Add Java 6's Scanner.reset and fix RuleBasedCollator's javadoc.Elliott Hughes2010-03-181-21/+19
* Fix all instances of "new Integer" (et cetera).Elliott Hughes2010-03-112-17/+9
* am c9b3aeb6: Prevent java.text.Normalizer from getting a default constructor.Elliott Hughes2010-03-041-0/+2
|\
| * Prevent java.text.Normalizer from getting a default constructor.Elliott Hughes2010-03-031-0/+2
* | am 10ebc7d0: Merge "Implement (but @hide) java.text.Normalizer from Java 6."Elliott Hughes2010-03-013-0/+265
|\ \ | |/
| * Implement (but @hide) java.text.Normalizer from Java 6.Elliott Hughes2010-03-013-0/+265
* | Resync a load of tests with upstream, make our build faster.Elliott Hughes2010-02-192-13/+2
* | Fix a few of our FindBugs "high" warnings.Elliott Hughes2010-02-122-34/+5
* | Remove obviously bogus @KnownFailure annotations.Elliott Hughes2010-02-037-24/+0
|/
* FindBugs didn't like setInternalField, and neither do I.Elliott Hughes2010-02-013-116/+26
* Fix "unmappable character for ascii" warnings in libcore tests.Elliott Hughes2010-02-011-5/+7
* Change NumberFormatTest to match ICU's behavior.Elliott Hughes2010-01-291-16/+14
* Fix tests.api.java.io.SerializationStressTest3.test_18_116_writeObject.Elliott Hughes2010-01-291-1/+1
* Use DecimalFormatSymbols' new default constructor for speed.Elliott Hughes2010-01-282-15/+8
* am ff3a96c9: am c4f93305: Fix for DecimalFormatTest#test_formatToCharacterIte...Brett Chabot2010-01-271-6/+0
|\
| * Fix for DecimalFormatTest#test_formatToCharacterIteratorLjava_lang_ObjectBrett Chabot2010-01-211-6/+0
* | Fix NumberFormat's behavior with BigInteger and custom Number subclasses.Elliott Hughes2010-01-276-97/+28
* | Rename icu4jni's DecimalFormat to NativeDecimalFormat, to reduce confusion.Elliott Hughes2010-01-271-7/+6
* | Simplify our DecimalFormat.Elliott Hughes2010-01-263-136/+66
* | Fix Date.toString.Elliott Hughes2010-01-142-51/+58
* | am eb9ea32d: am 53a6c01c: Fix DecimalFormatTest#test_serializationHarmonyRICo...Brett Chabot2010-01-111-0/+5
|\ \ | |/
| * Fix DecimalFormatTest#test_serializationHarmonyRICompatible.Brett Chabot2010-01-081-1/+5
* | Last bunch of NumberFormat speedups.Elliott Hughes2010-01-052-6/+19
* | Speed up DecimalFormatSymbols.Elliott Hughes2010-01-041-48/+10
* | Fix build (accidental API leak).Elliott Hughes2010-01-042-36/+4
* | Stop using ResourceBundle for locale data.Elliott Hughes2010-01-047-76/+75
* | am d3b06457: am 6cdbef55: Merge change I1d9b205f into eclairBrett Chabot2009-12-224-61/+128
|\ \ | |/
| * Skip locale dependent libcore tests if required locales are not present.Brett Chabot2009-12-224-73/+128