summaryrefslogtreecommitdiffstats
path: root/icu/src/main/native/NativeDecimalFormat.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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