summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/libcore/icu/NativeDecimalFormat.java
Commit message (Expand)AuthorAgeFilesLines
* Support DecimalFormatSymbols' percent symbol being a string.Elliott Hughes2014-10-081-4/+4
* Fix for currency symbol coming from the default localeNeil Fuller2014-06-191-3/+3
* Work around an icu4c 53 bug in DecimalFormat.getGroupingSize.Elliott Hughes2014-05-091-0/+4
* Change DecimalFormat.setRoundingMode() behavior to stay in specNeil Fuller2014-04-151-0/+1
* Don't assume minusSign is a single char.Narayan Kamath2014-03-141-4/+4
* Fix a DecimalFormat crash when formatting the empty string.Elliott Hughes2013-08-301-13/+2
* Fix harmony java.text test failures.Elliott Hughes2013-08-301-80/+81
* More 64-bit fixes for libcore native code.Elliott Hughes2013-04-221-1/+1
* use longs instead of ints to store pointers in NativeDecimalFormatJoel Dice2013-02-271-18/+18
* Add detail messages to all the easy IllegalArgumentException cases.Elliott Hughes2012-12-041-1/+4
* Fix a native memory leak in SimpleDateFormat cloning.Elliott Hughes2012-09-201-20/+22
* Remove the LocaleData.digit field.Elliott Hughes2011-06-151-2/+2
* Fix a bunch of javac -Xlint warnings in our code.Elliott Hughes2010-12-081-52/+51
* More icu4jni reshuffling.Elliott Hughes2010-10-011-0/+643