Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the libcore registration out of libnativehelpers and into libcore. | Elliott Hughes | 2010-04-16 | 1 | -4/+1 |
* | Merge LocaleData and Resources, rename Resources to ICU. | Elliott Hughes | 2010-04-16 | 1 | -0/+1 |
* | Add's Java 6's DecimalFormat.setRoundingMode (et cetera). | Elliott Hughes | 2010-03-18 | 1 | -1/+8 |
* | Use DecimalFormatSymbols' new default constructor for speed. | Elliott Hughes | 2010-01-28 | 1 | -82/+61 |
* | Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException. | Elliott Hughes | 2010-01-28 | 1 | -7/+2 |
* | Double the speed of DecimalFormat creation. | Elliott Hughes | 2010-01-28 | 1 | -53/+60 |
* | Rename icu4jni's DecimalFormat to NativeDecimalFormat, to reduce confusion. | Elliott Hughes | 2010-01-27 | 1 | -1/+1 |
* | Gut NativeDecimalFormat in favor of icu4jni.DecimalFormat. | Elliott Hughes | 2010-01-27 | 1 | -1/+1 |
* | Simplify our DecimalFormat. | Elliott Hughes | 2010-01-26 | 1 | -81/+43 |
* | Switch our ICU JNI over to C++ and tidy up a little. | Elliott Hughes | 2010-01-22 | 1 | -0/+660 |