summaryrefslogtreecommitdiffstats
path: root/icu/src/main/native/NativeDecimalFormat.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luniPeter Hallam2010-05-041-608/+0
* Move the libcore registration out of libnativehelpers and into libcore.Elliott Hughes2010-04-161-4/+1
* Merge LocaleData and Resources, rename Resources to ICU.Elliott Hughes2010-04-161-0/+1
* Add's Java 6's DecimalFormat.setRoundingMode (et cetera).Elliott Hughes2010-03-181-1/+8
* Use DecimalFormatSymbols' new default constructor for speed.Elliott Hughes2010-01-281-82/+61
* Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException.Elliott Hughes2010-01-281-7/+2
* Double the speed of DecimalFormat creation.Elliott Hughes2010-01-281-53/+60
* 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-261-81/+43
* Switch our ICU JNI over to C++ and tidy up a little.Elliott Hughes2010-01-221-0/+660