commit | 5d593ea1361bd7c5ef3353b66d63ac64e95d9d41 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Jan 28 17:47:00 2010 -0800 |
committer | Elliott Hughes <enh@google.com> | Thu Jan 28 17:47:00 2010 -0800 |
tree | a1212d037a0540cd8d05cf925cfb5ddd93cfe8df | |
parent | be815a27c0dc051faf5a9642a5387f091f519efa [diff] |
Use DecimalFormatSymbols' new default constructor for speed. This brings "new DecimalFormat" down to ~80us (from ~260us before this patch, or ~600us this time last week). Also remove some dead code and tighten up some accessibility. Depends on https://android-git.corp.google.com/g/38877.