HomeSort by relevance Sort by last modified time
    Searched refs:UTF16ToUTF8 (Results 1 - 18 of 18) 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) {
190 UTF16ToUTF8(utf16.data(), utf16.length(), &ret);
205 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) {
209 std::string UTF16ToUTF8(StringPiece16 utf16) {
227 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 666 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) {
  /system/core/base/
utf8_test.cpp 304 static std::string UTF16ToUTF8(const string16& utf16) {
328 const std::string& converted = UTF16ToUTF8(multistring16);
  /external/llvm/lib/Support/Windows/
WindowsSupport.h 180 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...]
  /external/libchrome/base/
command_line.cc 425 << UTF16ToUTF8(command_line);
values.cc 266 value_(UTF16ToUTF8(in_value)) {
    [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/files/
file_path.cc 624 return FilePath(UTF16ToUTF8(utf16));
    [all...]

Completed in 465 milliseconds