commit | 67081ff5bcb8a2b3f7db2940f6e0cb3e459ab4b4 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Dec 21 20:24:12 2009 -0800 |
committer | Elliott Hughes <enh@google.com> | Mon Dec 21 20:24:12 2009 -0800 |
tree | 78b081d6dd51c54489cfd56f9f99e211ee1a03fe | |
parent | fb6f523a79f1de5e0241dd856e3b8a226826af7b [diff] |
More ICU cleanup. Don't duplicate SimpleDateFormat.patternChars in native code when we can just access it directly. Also remove a bit more duplication in the native code, and remove the early scope closure in getCurrencyCodeNative. If we're going to waste space in that function, let's waste it on an explanation of why a seemingly useless assignment is actually totally necessary.