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

/external/webrtc/webrtc/system_wrappers/include/
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/webrtc/webrtc/base/
H A Dmacutils.cc23 bool ToUtf8(const CFStringRef str16, std::string* str8) { function in namespace:rtc
H A Dwin32.h61 inline std::string ToUtf8(const wchar_t* wide, size_t len) { function in namespace:rtc
70 inline std::string ToUtf8(const wchar_t* wide) { function in namespace:rtc
71 return ToUtf8(wide, wcslen(wide));
74 inline std::string ToUtf8(const std::wstring& wstr) { function in namespace:rtc
75 return ToUtf8(wstr.data(), wstr.length());

Completed in 116 milliseconds