HomeSort by relevance Sort by last modified time
    Searched defs:UTF16ToUTF8 (Results 1 - 7 of 7) 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) {
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);
  /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/fmtlib/fmt/
format.cc 326 FMT_FUNC internal::UTF16ToUTF8::UTF16ToUTF8(WStringRef s) {
333 FMT_FUNC int internal::UTF16ToUTF8::convert(WStringRef s) {
371 UTF16ToUTF8 utf8_message;
format.h 1043 class UTF16ToUTF8 {
1048 UTF16ToUTF8() {}
1049 FMT_API explicit UTF16ToUTF8(WStringRef s);
    [all...]
  /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 3342 milliseconds