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

  /external/libchrome/base/strings/
nullable_string16.cc 14 return value.is_null() ? out << "(null)" : out << UTF16ToUTF8(value.string());
utf_string_conversions.h 40 BASE_EXPORT bool UTF16ToUTF8(const char16* src, size_t src_len,
42 BASE_EXPORT std::string UTF16ToUTF8(StringPiece16 utf16);
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);
string16.cc 71 return out << UTF16ToUTF8(str);
utf_string_conversions_unittest.cc 206 const std::string& converted = UTF16ToUTF8(multistring16);
string_piece_unittest.cc 678 UTF16ToUTF8(
  /external/google-breakpad/src/common/
string_conversion.h 64 string UTF16ToUTF8(const vector<uint16_t> &in, bool swap);
string_conversion.cc 121 string UTF16ToUTF8(const vector<uint16_t> &in, bool swap) {
  /external/libmojo/mojo/public/cpp/bindings/lib/
string_traits_string16.cc 15 return new std::string(base::UTF16ToUTF8(input));
  /external/libmojo/base/android/
jni_string.cc 44 UTF16ToUTF8(chars, length, result);
  /external/llvm/lib/Support/Windows/
WindowsSupport.h 221 std::error_code UTF16ToUTF8(const wchar_t *utf16, size_t utf16_len,
  /external/vboot_reference/cgpt/
cgpt.h 131 int UTF16ToUTF8(const uint16_t *utf16, unsigned int maxinput,
cgpt_show.c 104 UTF16ToUTF8(entry->name, sizeof(entry->name) / sizeof(entry->name[0]),
199 UTF16ToUTF8(entry->name, sizeof(entry->name) / sizeof(entry->name[0]),
cgpt_find.c 132 if (CGPT_OK != UTF16ToUTF8(entry->name,
cgpt_common.c 439 int UTF16ToUTF8(const uint16_t *utf16, unsigned int maxinput,
    [all...]
  /system/core/base/
utf8_test.cpp 309 static std::string UTF16ToUTF8(const string16& utf16) {
333 const std::string& converted = UTF16ToUTF8(multistring16);
  /external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
WindowsSupport.h 255 std::error_code UTF16ToUTF8(const wchar_t *utf16, size_t utf16_len,
  /external/libchrome/base/
command_line.cc 441 << UTF16ToUTF8(command_line);
values.cc 158 string_value_.Init(UTF16ToUTF8(in_string));
162 string_value_.Init(UTF16ToUTF8(in_string));
    [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...]
  /external/libchrome/base/debug/
activity_tracker.h 433 SetString(name, UTF16ToUTF8(value));
    [all...]
activity_tracker.cc     [all...]
  /external/libmojo/ipc/
ipc_message_utils.cc 478 l->append(base::UTF16ToUTF8(p));
    [all...]
  /external/libchrome/base/files/
file_path.cc 633 return FilePath(UTF16ToUTF8(utf16));
    [all...]

Completed in 412 milliseconds