OSDN Git Service

Add useful functions to String8, which enables users to convert between UTF-8 and...
authorDaisuke Miyakawa <dmiyakawa@google.com>
Tue, 30 Jun 2009 11:40:42 +0000 (20:40 +0900)
committerDaisuke Miyakawa <dmiyakawa@google.com>
Thu, 9 Jul 2009 00:06:13 +0000 (09:06 +0900)
commit9f220247f64d7db8a36532851cff087f5a6e4070
treed76583dc0ed65ba846f9570f5473902bc910c7a4
parent820fe3c750b2b70202f35b91dfa370f0a61e05d5
Add useful functions to String8, which enables users to convert between UTF-8 and UTF-32
It will be used in SQL functions in external/sqlite/android.
See https://android-git.corp.google.com/g/Gerrit#change,5511 for example.

Related internal bug id: 1707173
include/utils/String8.h
libs/utils/String8.cpp