Searched defs:ToUtf8 (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dutf_util_win.h37 inline std::string ToUtf8(const wchar_t* wide, size_t len) { function in namespace:webrtc
46 inline std::string ToUtf8(const wchar_t* wide) { function in namespace:webrtc
47 return ToUtf8(wide, wcslen(wide));
50 inline std::string ToUtf8(const std::wstring& wstr) { function in namespace:webrtc
51 return ToUtf8(wstr.data(), wstr.length());
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dmacutils.cc40 bool ToUtf8(const CFStringRef str16, std::string* str8) { function in namespace: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());
/external/chromium_org/third_party/webrtc/base/
H A Dmacutils.cc23 bool ToUtf8(const CFStringRef str16, std::string* str8) { function in namespace:rtc
H A Dwin32.h63 inline std::string ToUtf8(const wchar_t* wide, size_t len) { function in namespace:rtc
72 inline std::string ToUtf8(const wchar_t* wide) { function in namespace:rtc
73 return ToUtf8(wide, wcslen(wide));
76 inline std::string ToUtf8(const std::wstring& wstr) { function in namespace:rtc
77 return ToUtf8(wstr.data(), wstr.length());

Completed in 597 milliseconds