summaryrefslogtreecommitdiffstats
path: root/luni/src/main/native/NativeDecimalFormat.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make all filenames match their classes.Elliott Hughes2011-03-031-355/+0
* More icu4jni reshuffling.Elliott Hughes2010-10-011-6/+5
* Use DecimalFormatSymbols.getExponentSeparator in DecimalFormat.Elliott Hughes2010-09-161-7/+9
* Return char[] instead of String from NativeDecimalFormat.Elliott Hughes2010-09-161-13/+15
* Fix last few uses of "type *id" to be "type* id".Elliott Hughes2010-08-131-3/+3
* Remove most of our C-style casts.Elliott Hughes2010-08-121-16/+16
* Remove more of our C-style casts, fix more of our native method names.Elliott Hughes2010-07-221-36/+34
* Add null-pointer checking to ScopedPrimitiveArray.Elliott Hughes2010-07-121-6/+7
* Stop using GetStringChars/ReleaseStringChars.Elliott Hughes2010-06-221-69/+36
* Remove dynamic calls to FindClass.Elliott Hughes2010-06-161-17/+8
* Use Integer.valueOf rather than "new Integer" (et cetera) from JNI.Elliott Hughes2010-06-151-23/+13
* ICU4.4.1 upgradeclaireho2010-06-041-326/+127
* Enable -Wall -Wextra for libcore and cleanup all but one warningBrian Carlstrom2010-05-071-17/+13
* Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luniPeter Hallam2010-05-041-0/+608