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

  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
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/chromium_org/third_party/libjingle/source/talk/base/
win32.h 68 inline std::wstring ToUtf16(const char* utf8, size_t len) {
76 inline std::wstring ToUtf16(const std::string& str) {
77 return ToUtf16(str.data(), str.length());
macutils.cc 55 bool ToUtf16(const std::string& str8, CFStringRef* str16) {
  /external/chromium_org/third_party/webrtc/base/
win32.h 51 inline std::wstring ToUtf16(const char* utf8, size_t len) {
59 inline std::wstring ToUtf16(const std::string& str) {
60 return ToUtf16(str.data(), str.length());
macutils.cc 38 bool ToUtf16(const std::string& str8, CFStringRef* str16) {

Completed in 67 milliseconds