summaryrefslogtreecommitdiffstats
path: root/libs/utils/Unicode.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Split UTF functions from String8/16Kenny Root2010-11-121-0/+575
| | | | | | | Split out all the UTF-8/16/32 handling code from String8/16 to its own file to allow better reuse of code. Change-Id: If9ce63920edc75472c38da4adce0d13cda9ad2f7
* Totally remove Unicode.cpp and rely on ICUKenny Root2010-02-121-132/+0
| | | | | | | Unicode.cpp used a packed data table for character data that essentially duplicated ICU's functionality. Change-Id: Ia68fe4ac94e89dc68d9a3f45f33f6e648a5500b7
* Excise code from Unicode.cpp that was deadKenny Root2010-02-121-61/+0
| | | | | | | Remove some utility functions for discovering character data that ICU probably took over a while ago. Change-Id: I97abe4de2f51eb2bf48679941258bc501184c3dc
* rename a few files to camel-case, add copyright noticesMathias Agopian2009-06-041-3/+3
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+193
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-193/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+193