summaryrefslogtreecommitdiff
path: root/libs/utils/Unicode.cpp
AgeCommit message (Collapse)Author
2012-03-07remove files that moved to frameworks/nativeMathias Agopian
Change-Id: I140d291e520097b1148930f736823650e08488f7
2011-10-07Fix regression in CursorWindow.copyStingToBuffer.Jeff Brown
Bug: 5332296 Change-Id: Iff9eed786f0a8293b6156f883a66a322ddad5e99
2010-11-12Split UTF functions from String8/16Kenny Root
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
2010-02-12Totally remove Unicode.cpp and rely on ICUKenny Root
Unicode.cpp used a packed data table for character data that essentially duplicated ICU's functionality. Change-Id: Ia68fe4ac94e89dc68d9a3f45f33f6e648a5500b7
2010-02-12Excise code from Unicode.cpp that was deadKenny Root
Remove some utility functions for discovering character data that ICU probably took over a while ago. Change-Id: I97abe4de2f51eb2bf48679941258bc501184c3dc
2009-06-04rename a few files to camel-case, add copyright noticesMathias Agopian
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project