Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |