commit | e67f5ecc92a161b2d1e44bbb7d26196534d4e5f0 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Jan 14 13:56:50 2010 -0800 |
committer | Elliott Hughes <enh@google.com> | Thu Jan 14 13:56:50 2010 -0800 |
tree | 1cb1fedd953512afaad60209258fe74ea4c7f9e8 | |
parent | 1eed8cdf41e824b72945a85a44d772d230a84040 [diff] |
Speed up Character. Remove a useless layer of indirection in UCharacter (which is the bridge between java.lang.Character and ICU). We're not at the stage where the JIT can do this for us, and even if it could, why give it extra work to do? Also fix the incorrect copyright header which was probably copied from a file where it made sense.