summaryrefslogtreecommitdiffstats
path: root/include/utils/Unicode.h
Commit message (Collapse)AuthorAgeFilesLines
* remove libutilsAlex Ray2013-07-311-168/+0
| | | | | | | libutils is being moved from frameworks/native/ to system/core/ in order to facilitate native C++ platform (non-frameworks) code. Change-Id: I44089fb960591a40b8a9c30faabb10459d107d71
* Fix regression in CursorWindow.copyStingToBuffer.Jeff Brown2011-10-071-0/+7
| | | | | | Bug: 5332296 Change-Id: Iff9eed786f0a8293b6156f883a66a322ddad5e99
* Split UTF functions from String8/16Kenny Root2010-11-121-0/+161
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