commit | b641e1caa62dc75b7f13bf25b4d47136aa684e88 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jan 22 18:22:53 2010 -0800 |
committer | Elliott Hughes <enh@google.com> | Fri Jan 22 18:28:47 2010 -0800 |
tree | 5c132dae45cf705292251a33d991a7a496957c11 | |
parent | 34e6f299bf6926ba2788a21c14e36058e212220b [diff] |
Switch our ICU JNI over to C++ and tidy up a little. The big ugly files (implementing NativeCollation and NativeConverter), I've just done the minimum necessary for them to compile under a C++ compiler. For the small ones, I've been through them more thoroughly, removing duplication and the like. I only came across one bug; a failure path in BidiWrapper that would have leaked.