HomeSort by relevance Sort by last modified time
    Searched refs:CP_UTF8 (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
utf_util_win.h 25 int len16 = ::MultiByteToWideChar(CP_UTF8, 0, utf8, static_cast<int>(len),
28 ::MultiByteToWideChar(CP_UTF8, 0, utf8, static_cast<int>(len), ws.get(),
38 int len8 = ::WideCharToMultiByte(CP_UTF8, 0, wide, static_cast<int>(len),
41 ::WideCharToMultiByte(CP_UTF8, 0, wide, static_cast<int>(len), ns.get(), len8,
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32.h 69 int len16 = ::MultiByteToWideChar(CP_UTF8, 0, utf8, static_cast<int>(len),
72 ::MultiByteToWideChar(CP_UTF8, 0, utf8, static_cast<int>(len), ws, len16);
81 int len8 = ::WideCharToMultiByte(CP_UTF8, 0, wide, static_cast<int>(len),
84 ::WideCharToMultiByte(CP_UTF8, 0, wide, static_cast<int>(len), ns, len8,
win32.cc 393 int wlen = ::MultiByteToWideChar(CP_UTF8, 0, utf8.c_str(),
400 if (0 == ::MultiByteToWideChar(CP_UTF8, 0, utf8.c_str(),
  /external/chromium_org/third_party/skia/src/utils/win/
SkDWrite.cpp 56 int wlen = MultiByteToWideChar(CP_UTF8, 0, skname, -1, NULL, 0);
62 wlen = MultiByteToWideChar(CP_UTF8, 0, skname, -1, name->get(), wlen);
71 int len = WideCharToMultiByte(CP_UTF8, 0, name, -1, NULL, 0, NULL, NULL);
86 len = WideCharToMultiByte(CP_UTF8, 0, name, -1, skname->writable_str(), len, NULL, NULL);
  /external/chromium_org/third_party/webrtc/base/
win32.h 52 int len16 = ::MultiByteToWideChar(CP_UTF8, 0, utf8, static_cast<int>(len),
55 ::MultiByteToWideChar(CP_UTF8, 0, utf8, static_cast<int>(len), ws, len16);
64 int len8 = ::WideCharToMultiByte(CP_UTF8, 0, wide, static_cast<int>(len),
67 ::WideCharToMultiByte(CP_UTF8, 0, wide, static_cast<int>(len), ns, len8,
win32.cc 376 int wlen = ::MultiByteToWideChar(CP_UTF8, 0, utf8.c_str(),
383 if (0 == ::MultiByteToWideChar(CP_UTF8, 0, utf8.c_str(),
  /external/skia/src/utils/win/
SkDWrite.cpp 56 int wlen = MultiByteToWideChar(CP_UTF8, 0, skname, -1, NULL, 0);
62 wlen = MultiByteToWideChar(CP_UTF8, 0, skname, -1, name->get(), wlen);
71 int len = WideCharToMultiByte(CP_UTF8, 0, name, -1, NULL, 0, NULL, NULL);
86 len = WideCharToMultiByte(CP_UTF8, 0, name, -1, skname->writable_str(), len, NULL, NULL);
  /external/chromium_org/base/strings/
sys_string_conversions_win.cc 15 return SysWideToMultiByte(wide, CP_UTF8);
20 return SysMultiByteToWide(utf8, CP_UTF8);
  /external/chromium_org/third_party/libusb/src/msvc/
missing.c 44 if (MultiByteToWideChar(CP_UTF8, 0, name, -1, wName, MAX_PATH) <= 0) {
71 if (WideCharToMultiByte(CP_UTF8, 0,
  /external/lzma/CPP/Common/
ListFileUtils.cpp 40 #ifdef CP_UTF8
41 if (codePage == CP_UTF8)
StdInStream.cpp 79 if (codePage == CP_UTF8)
StdOutStream.cpp 78 if (codePage == CP_UTF8)
  /external/qemu/distrib/mini-glib/src/
glib-mini-win32.c 38 int utf8_len = WideCharToMultiByte(CP_UTF8, // CodePage
51 WideCharToMultiByte(CP_UTF8, 0, (LPWSTR) wstring, wstring_len,
  /external/chromium_org/chrome/installer/mini_installer/
decompress.cc 27 int size = WideCharToMultiByte(CP_UTF8, 0, str, len, NULL, 0, NULL, NULL);
33 WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
43 int size = MultiByteToWideChar(CP_UTF8, 0, str, -1, NULL, 0);
47 MultiByteToWideChar(CP_UTF8, 0, str, -1, ret, size);
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bss_file.c 124 #if defined(_WIN32) && defined(CP_UTF8)
140 if ((sz=MultiByteToWideChar(CP_UTF8,(flags=MB_ERR_INVALID_CHARS),
143 (sz=MultiByteToWideChar(CP_UTF8,(flags=0),
150 if (MultiByteToWideChar(CP_UTF8,flags,
152 MultiByteToWideChar(CP_UTF8,0,mode,strlen(mode)+1,
  /external/openssl/crypto/bio/
bss_file.c 124 #if defined(_WIN32) && defined(CP_UTF8)
140 if ((sz=MultiByteToWideChar(CP_UTF8,(flags=MB_ERR_INVALID_CHARS),
143 (sz=MultiByteToWideChar(CP_UTF8,(flags=0),
150 if (MultiByteToWideChar(CP_UTF8,flags,
152 MultiByteToWideChar(CP_UTF8,0,mode,strlen(mode)+1,
  /external/chromium_org/third_party/skia/src/views/win/
skia_win.cpp 102 int size = WideCharToMultiByte(CP_UTF8, 0, str, wcslen(str), NULL, 0, NULL, NULL);
104 WideCharToMultiByte(CP_UTF8, 0, str, wcslen(str), str8, size, NULL, NULL);
  /external/skia/src/views/win/
skia_win.cpp 102 int size = WideCharToMultiByte(CP_UTF8, 0, str, wcslen(str), NULL, 0, NULL, NULL);
104 WideCharToMultiByte(CP_UTF8, 0, str, wcslen(str), str8, size, NULL, NULL);
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
window_capturer_win.cc 29 int len_utf8 = WideCharToMultiByte(CP_UTF8, 0, str, -1,
34 int rv = WideCharToMultiByte(CP_UTF8, 0, str, -1,
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_common.h 56 #define wchar_to_utf8_ms(wstr, str, strlen) WideCharToMultiByte(CP_UTF8, 0, wstr, -1, str, strlen, NULL, NULL)
  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_utility_win.cc 77 if (WideCharToMultiByte(CP_UTF8, 0, szOS, -1, os, STRING_MAX_SIZE, NULL, NULL) == 0)
  /external/chromium_org/third_party/webrtc/modules/video_capture/windows/
device_info_ds.cc 203 convResult = WideCharToMultiByte(CP_UTF8, 0,
232 CP_UTF8,
331 WideCharToMultiByte(CP_UTF8, 0, varName.bstrVal, -1,
774 MultiByteToWideChar(CP_UTF8, 0, (char*) dialogTitleUTF8, -1,
    [all...]
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
file_impl.cc 117 MultiByteToWideChar(CP_UTF8,
  /external/webrtc/src/system_wrappers/source/
file_impl.cc 133 MultiByteToWideChar(CP_UTF8,
  /external/chromium_org/third_party/libxslt/libxslt/
xsltlocale.c 376 xstrlen = MultiByteToWideChar(CP_UTF8, 0, string, -1, NULL, 0);
386 r = MultiByteToWideChar(CP_UTF8, 0, string, -1, xstr, xstrlen);

Completed in 2757 milliseconds

1 2 3