summaryrefslogtreecommitdiffstats
path: root/include/utils/Unicode.h
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings in libutils headersColin Cross2016-09-221-0/+2
* libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8Sergio Giro2016-08-251-2/+2
* Unicode: specify destination length in utf8_to_utf16 methodsSergio Giro2016-08-251-24/+27
* Add String16#contains and strstr16 methods.Michael Wright2016-05-091-0/+1
* Remove incompatible Unicode compatibility types.Dan Albert2014-11-201-6/+0
* Make Unicode.h use types that match libc++.Dan Albert2014-11-081-2/+2
* Add guards to prevent typedefs when C++11 is available.Tim Murray2014-04-071-0/+3
* Add a new utf8-to-utf16 conversion function.Dianne Hackborn2013-07-311-0/+7
* Fix regression in CursorWindow.copyStingToBuffer.Jeff Brown2013-07-301-0/+7
* Split UTF functions from String8/16Kenny Root2013-07-301-0/+161