/external/libchrome/base/strings/ |
D | utf_string_conversions.cc | 172 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) { in UTF16ToUTF8() function 182 std::string UTF16ToUTF8(StringPiece16 utf16) { in UTF16ToUTF8() function 190 UTF16ToUTF8(utf16.data(), utf16.length(), &ret); in UTF16ToUTF8() 205 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) { in UTF16ToUTF8() function 209 std::string UTF16ToUTF8(StringPiece16 utf16) { in UTF16ToUTF8() function 227 DCHECK(IsStringASCII(utf16)) << UTF16ToUTF8(utf16); in UTF16ToASCII()
|
D | utf_string_conversions.h | 40 BASE_EXPORT bool UTF16ToUTF8(const char16* src, size_t src_len, 42 BASE_EXPORT std::string UTF16ToUTF8(StringPiece16 utf16);
|
D | nullable_string16.cc | 14 return value.is_null() ? out << "(null)" : out << UTF16ToUTF8(value.string()); in operator <<()
|
D | string16.cc | 71 return out << UTF16ToUTF8(str); in operator <<()
|
D | utf_string_conversions_unittest.cc | 206 const std::string& converted = UTF16ToUTF8(multistring16); in TEST()
|
D | string_piece_unittest.cc | 666 UTF16ToUTF8( in TEST()
|
/external/google-breakpad/src/common/ |
D | string_conversion.h | 64 string UTF16ToUTF8(const vector<uint16_t> &in, bool swap);
|
D | string_conversion.cc | 121 string UTF16ToUTF8(const vector<uint16_t> &in, bool swap) { in UTF16ToUTF8() function
|
/external/llvm/lib/Support/Windows/ |
D | Path.inc | 46 using llvm::sys::windows::UTF16ToUTF8; 138 if (UTF16ToUTF8(PathName.data(), PathName.size(), PathNameUTF8)) 182 return UTF16ToUTF8(cur_path.begin(), cur_path.size(), result); 618 UTF16ToUTF8(FirstFind.cFileName, ::wcslen(FirstFind.cFileName), 657 UTF16ToUTF8(FindData.cFileName, ::wcslen(FindData.cFileName), 764 bool ok = !UTF16ToUTF8(path, ::wcslen(path), result); 801 return !windows::UTF16ToUTF8(Buf.data(), Size, Res); 891 std::error_code UTF16ToUTF8(const wchar_t *utf16, size_t utf16_len,
|
D | Process.inc | 154 if (windows::UTF16ToUTF8(Buf.data(), Size, Res)) 173 if (std::error_code ec = windows::UTF16ToUTF8(Arg, wcslen(Arg), ArgString)) 196 if (std::error_code ec = windows::UTF16ToUTF8(Arg, wcslen(Arg), Dir)) 211 ec = windows::UTF16ToUTF8(FileData.cFileName, wcslen(FileData.cFileName),
|
D | WindowsSupport.h | 180 std::error_code UTF16ToUTF8(const wchar_t *utf16, size_t utf16_len,
|
D | Program.inc | 101 windows::UTF16ToUTF8(U16Result.data(), U16Result.size(), U8Result))
|
/external/vboot_reference/cgpt/ |
D | cgpt_show.c | 104 UTF16ToUTF8(entry->name, sizeof(entry->name) / sizeof(entry->name[0]), in EntryDetails() 199 UTF16ToUTF8(entry->name, sizeof(entry->name) / sizeof(entry->name[0]), in GptShow()
|
D | cgpt.h | 131 int UTF16ToUTF8(const uint16_t *utf16, unsigned int maxinput,
|
D | cgpt_find.c | 132 if (CGPT_OK != UTF16ToUTF8(entry->name, in gpt_search()
|
D | cgpt_common.c | 439 int UTF16ToUTF8(const uint16_t *utf16, unsigned int maxinput, in UTF16ToUTF8() function
|
/external/libchrome/base/ |
D | command_line.cc | 425 << UTF16ToUTF8(command_line); in ParseFromString()
|
D | values.cc | 266 value_(UTF16ToUTF8(in_value)) { in StringValue()
|
/external/google-breakpad/src/processor/ |
D | minidump.cc | 232 static string* UTF16ToUTF8(const vector<uint16_t>& in, in UTF16ToUTF8() function 338 scoped_ptr<string> temp(UTF16ToUTF8(utf16_vector, swap)); in ConvertUTF16BufferToUTF8String() 1954 scoped_ptr<string> new_file(UTF16ToUTF8(string_utf16, false)); in debug_file() 4534 return UTF16ToUTF8(string_utf16, swap_); in ReadString()
|
/external/libchrome/base/files/ |
D | file_path.cc | 624 return FilePath(UTF16ToUTF8(utf16)); in FromUTF16Unsafe()
|
/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/ |
D | null_read_av.sym | 2939 FUNC 97d0 147 0 google_breakpad::UTF16ToUTF8(std::vector<unsigned short, std::allocator<unsigned sh…
|
/external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/ |
D | overflow.sym | 3026 FUNC 9d30 147 0 google_breakpad::UTF16ToUTF8(std::vector<unsigned short, std::allocator<unsigned sh…
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 33378 FUNC 4acc0 29c 0 google_breakpad::UTF16ToUTF8
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 35113 FUNC 70648 378 0 google_breakpad::UTF16ToUTF8
|