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

  /external/webrtc/webrtc/system_wrappers/include/
utf_util_win.h 24 inline std::wstring ToUtf16(const char* utf8, size_t len) {
33 inline std::wstring ToUtf16(const std::string& str) {
34 return ToUtf16(str.data(), str.length());
  /external/webrtc/webrtc/base/
macutils.cc 38 bool ToUtf16(const std::string& str8, CFStringRef* str16) {
win32.h 49 inline std::wstring ToUtf16(const char* utf8, size_t len) {
57 inline std::wstring ToUtf16(const std::string& str) {
58 return ToUtf16(str.data(), str.length());

Completed in 3902 milliseconds