HomeSort by relevance Sort by last modified time
    Searched defs:ToUtf8 (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
win32.h 70 inline std::string ToUtf8(const wchar_t* wide, size_t len) {
77 inline std::string ToUtf8(const std::wstring& wstr) {
78 return ToUtf8(wstr.data(), wstr.length());
macutils.cc 40 bool ToUtf8(const CFStringRef str16, std::string* str8) {

Completed in 36 milliseconds