HomeSort by relevance Sort by last modified time
    Searched defs:UTF16ToUTF8 (Results 1 - 5 of 5) sorted by null

  /external/libchrome/base/strings/
utf_string_conversions.cc 172 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) {
182 std::string UTF16ToUTF8(StringPiece16 utf16) {
186 UTF16ToUTF8(utf16.data(), utf16.length(), &ret);
201 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) {
205 std::string UTF16ToUTF8(StringPiece16 utf16) {
223 DCHECK(IsStringASCII(utf16)) << UTF16ToUTF8(utf16);
  /external/google-breakpad/src/common/
string_conversion.cc 121 string UTF16ToUTF8(const vector<uint16_t> &in, bool swap) {
  /system/core/base/
utf8_test.cpp 309 static std::string UTF16ToUTF8(const string16& utf16) {
333 const std::string& converted = UTF16ToUTF8(multistring16);
  /external/vboot_reference/cgpt/
cgpt_common.c 439 int UTF16ToUTF8(const uint16_t *utf16, unsigned int maxinput,
    [all...]
  /external/google-breakpad/src/processor/
minidump.cc 232 static string* UTF16ToUTF8(const vector<uint16_t>& in,
252 BPLOG(ERROR) << "UTF16ToUTF8 found low surrogate " <<
259 BPLOG(ERROR) << "UTF16ToUTF8 found high surrogate " <<
266 BPLOG(ERROR) << "UTF16ToUTF8 found high surrogate " <<
295 BPLOG(ERROR) << "UTF16ToUTF8 cannot represent high value " <<
338 scoped_ptr<string> temp(UTF16ToUTF8(utf16_vector, swap));
    [all...]

Completed in 458 milliseconds