Searched refs:ToUtf8 (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwin32.h80 inline std::string ToUtf8(const wchar_t* wide, size_t len) { function in namespace:talk_base
89 inline std::string ToUtf8(const wchar_t* wide) { function in namespace:talk_base
90 return ToUtf8(wide, wcslen(wide));
93 inline std::string ToUtf8(const std::wstring& wstr) { function in namespace:talk_base
94 return ToUtf8(wstr.data(), wstr.length());
H A Dmacutils.h44 bool ToUtf8(const CFStringRef str16, std::string* str8);
H A Dwin32windowpicker.cc48 std::string class_name = ToUtf8(class_name_w);
56 std::string title = ToUtf8(window_title);
H A Ddiskcache_win32.cc59 if (!FilenameToId(ToUtf8(find_data.cFileName), &id, &index))
H A Dwin32filesystem.cc229 pathname.SetFolder(ToUtf8(buffer));
242 return ToUtf8(filename);
359 path->SetPathname(ToUtf8(buffer));
387 path->SetFolder(ToUtf8(buffer));
459 cwd.SetFolder(ToUtf8(path.get()));
H A Dmacwindowpicker.cc132 ToUtf8(window_name_ref, &window_name);
233 ToUtf8(window_title, &title_str);
H A Dproxydetect.cc205 std::string Utf8String(const tstring& str) { return ToUtf8(str); }
401 path->SetFolder(ToUtf8(w_path, wcslen(w_path)));
686 proxy->autoconfig_url = ToUtf8(iecfg.lpszAutoConfigUrl);
690 proxy->bypass_list = ToUtf8(iecfg.lpszProxyBypass);
695 ParseProxy(ToUtf8(iecfg.lpszProxy), proxy);
775 proxy->bypass_list = ToUtf8(info.lpszProxyBypass);
783 success = ParseProxy(ToUtf8(info.lpszProxy), proxy);
H A Dmacutils.cc40 bool ToUtf8(const CFStringRef str16, std::string* str8) { function in namespace:talk_base
H A Dnetwork.cc334 name = ToUtf8(adapter_addrs->FriendlyName,
337 description = ToUtf8(adapter_addrs->Description,
H A Dfileutils.cc133 return ToUtf8(data_.cFileName);
H A Dflags.cc296 std::string s = talk_base::ToUtf8(wide_argv[i], wcslen(wide_argv[i]));
H A Dwin32toolhelp_unittest.cc273 std::wstring name = ToUtf16(Pathname(ToUtf8(buf)).filename());
H A Dunixfilesystem.cc361 bool success = ToUtf8(cfpath, &path8);
H A Dschanneladapter.cc183 LOG(LS_VERBOSE) << " " << ToUtf8(alg_name) << " (" << alg_id << ")";
/external/chromium/third_party/libjingle/source/talk/base/
H A Dmacutils.h39 bool ToUtf8(const CFStringRef str16, std::string* str8);
H A Dwin32.h70 inline std::string ToUtf8(const wchar_t* wide, size_t len) { function in namespace:talk_base
77 inline std::string ToUtf8(const std::wstring& wstr) { function in namespace:talk_base
78 return ToUtf8(wstr.data(), wstr.length());
H A Dwin32filesystem.cc229 pathname.SetFolder(ToUtf8(buffer));
242 return ToUtf8(filename);
359 path->SetPathname(ToUtf8(buffer));
387 path->SetFolder(ToUtf8(buffer));
459 cwd.SetFolder(ToUtf8(path.get()));
H A Dproxydetect.cc205 std::string Utf8String(const tstring& str) { return ToUtf8(str); }
399 path->SetFolder(ToUtf8(w_path, wcslen(w_path)));
684 proxy->autoconfig_url = ToUtf8(iecfg.lpszAutoConfigUrl);
688 proxy->bypass_list = ToUtf8(iecfg.lpszProxyBypass);
693 ParseProxy(ToUtf8(iecfg.lpszProxy), proxy);
773 proxy->bypass_list = ToUtf8(info.lpszProxyBypass);
781 success = ParseProxy(ToUtf8(info.lpszProxy), proxy);
H A Dmacutils.cc40 bool ToUtf8(const CFStringRef str16, std::string* str8) { function in namespace:talk_base
H A Dfileutils.cc130 return ToUtf8(data_.cFileName);
H A Dunixfilesystem.cc363 bool success = ToUtf8(cfpath, &path8);
H A Dschanneladapter.cc183 LOG(LS_VERBOSE) << " " << ToUtf8(alg_name) << " (" << alg_id << ")";
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dwin32devicemanager.cc44 #include "talk/base/win32.h" // ToUtf8
202 name_str = talk_base::ToUtf8(name.bstrVal);
206 path_str = talk_base::ToUtf8(path.bstrVal);
227 *out = talk_base::ToUtf8(var.pwszVal);
315 devs->push_back(Device(talk_base::ToUtf8(caps.szPname),
325 devs->push_back(Device(talk_base::ToUtf8(caps.szPname), i));
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Ddevicemanager.cc40 #include "talk/base/win32.h" // ToUtf8
415 name_str = talk_base::ToUtf8(name.bstrVal);
420 path_str = talk_base::ToUtf8(path.bstrVal);
442 *out = talk_base::ToUtf8(var.pwszVal);
529 devs->push_back(Device(talk_base::ToUtf8(caps.szPname),
539 devs->push_back(Device(talk_base::ToUtf8(caps.szPname), i));

Completed in 332 milliseconds