summaryrefslogtreecommitdiffstats
path: root/icu/src/main/native/ConverterInterface.c
Commit message (Collapse)AuthorAgeFilesLines
* Switch our ICU JNI over to C++ and tidy up a little.Elliott Hughes2010-01-221-1374/+0
| | | | | | | | | | 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.
* Minor tidy-up of some of the ICU interface.Elliott Hughes2010-01-211-8/+4
| | | | | | Dead code, a class that shouldn't be instantiated, work that's probably better done all on the native side, and some slightly improved error reporting.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1378
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1378/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-4/+12
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-6/+11
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+1365