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

  /external/chromium/third_party/libjingle/source/talk/base/
win32.h 59 inline std::wstring ToUtf16(const char* utf8, size_t len) {
66 inline std::wstring ToUtf16(const std::string& str) {
67 return ToUtf16(str.data(), str.length());
macutils.cc 55 bool ToUtf16(const std::string& str8, CFStringRef* str16) {

Completed in 25 milliseconds