HomeSort by relevance Sort by last modified time
    Searched full:toutf16 (Results 1 - 13 of 13) 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/
diskcache_win32.cc 34 std::wstring path16 = ToUtf16(folder_);
61 std::wstring path16 = ToUtf16(folder_);
79 DWORD result = ::GetFileAttributes(ToUtf16(filename).c_str());
84 return ::DeleteFile(ToUtf16(filename).c_str()) != 0;
win32filesystem.cc 164 ToUtf16(filename.pathname()).c_str(),
188 return ::DeleteFile(ToUtf16(filename.pathname()).c_str()) != 0;
195 return ::RemoveDirectory(ToUtf16(no_slash).c_str()) != 0;
224 if (::GetTempFileName(ToUtf16(dir.pathname()).c_str(),
225 ToUtf16(prefix).c_str(), 0, filename) != 0)
239 return ::MoveFile(ToUtf16(old_path.pathname()).c_str(),
240 ToUtf16(new_path.pathname()).c_str()) != 0;
251 if (::MoveFile(ToUtf16(old_path.pathname()).c_str(),
252 ToUtf16(new_path.pathname()).c_str()) == 0) {
267 if (0 == ::GetFileAttributesEx(ToUtf16(path.pathname()).c_str()
    [all...]
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());
winfirewall.cc 77 return QueryAuthorizedW(ToUtf16(filename).c_str(), authorized);
120 return AddApplicationW(ToUtf16(filename).c_str(),
121 ToUtf16(friendly_name).c_str(), authorized, result);
macutils.h 28 bool ToUtf16(const std::string& str8, CFStringRef* str16);
macutils.cc 38 bool ToUtf16(const std::string& str8, CFStringRef* str16) {
fileutils.cc 68 handle_ = ::FindFirstFile(ToUtf16(d).c_str(), &data_);
proxydetect.cc 722 if (HINTERNET hWinHttp = pWHO(ToUtf16(agent).c_str(),
740 pWHGPFU, hWinHttp, ToUtf16(url).c_str(), &options, &info);
750 std::wstring autoconfig_url16((ToUtf16)(proxy->autoconfig_url));
755 pWHGPFU, hWinHttp, ToUtf16(url).c_str(), &options, &info);
    [all...]
stream.cc 340 file_ = _wfopen(wfilename.c_str(), ToUtf16(mode).c_str());
362 file_ = _wfsopen(wfilename.c_str(), ToUtf16(mode).c_str(), shflag);
  /external/webrtc/webrtc/test/testsupport/
fileutils.cc 171 if (::GetTempFileName(ToUtf16(dir).c_str(),
172 ToUtf16(prefix).c_str(), 0, filename) != 0)
  /external/opencv3/doc/tutorials/introduction/android_binary_package/
dev_with_OCV_on_Android.markdown 217 `"In function 'cv::toUtf16(std::basic_string<...>... undefined reference to 'mbstowcs'"`)
  /external/expat/lib/
xmltok.c 46 #define VTABLE VTABLE1, PREFIX(toUtf8), PREFIX(toUtf16)
645 E ## toUtf16(const ENCODING *enc, \
    [all...]

Completed in 1121 milliseconds