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

1 2

  /external/chromium/third_party/libjingle/source/talk/base/
win32.h 60 int len16 = ::MultiByteToWideChar(CP_UTF8, 0, utf8, len, NULL, 0);
62 ::MultiByteToWideChar(CP_UTF8, 0, utf8, len, ws, len16);
71 int len8 = ::WideCharToMultiByte(CP_UTF8, 0, wide, len, NULL, 0, NULL, NULL);
73 ::WideCharToMultiByte(CP_UTF8, 0, wide, len, ns, len8, NULL, NULL);
win32.cc 103 int wlen = ::MultiByteToWideChar(CP_UTF8, 0, utf8.c_str(), utf8.length() + 1,
109 if (0 == ::MultiByteToWideChar(CP_UTF8, 0, utf8.c_str(), utf8.length() + 1,
flags.cc 298 int len8 = WideCharToMultiByte(CP_UTF8, 0, wide_argv[i],
304 WideCharToMultiByte(CP_UTF8, 0, wide_argv[i],
  /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/base/
sys_string_conversions_win.cc 15 return SysWideToMultiByte(wide, CP_UTF8);
20 return SysMultiByteToWide(utf8, CP_UTF8);
  /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/chromium/googleurl/base/
logging.cc 204 int charcount = MultiByteToWideChar(CP_UTF8, 0, str.c_str(), -1, NULL, 0);
208 if (!MultiByteToWideChar(CP_UTF8, 0, str.c_str(), -1, cmdline.get(), charcount))
371 int charcount = WideCharToMultiByte(CP_UTF8, 0, wstr, -1,
378 WideCharToMultiByte(CP_UTF8, 0, wstr, -1, buf.get(), charcount, NULL, NULL);
  /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/sandbox/win/wow_helper/
wow_helper.cc 50 return WideToMultiByte(wide, CP_UTF8);
  /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/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);
  /external/libxslt/libxslt/
xsltlocale.c 376 xstrlen = MultiByteToWideChar(CP_UTF8, 0, string, -1, NULL, 0);
386 r = MultiByteToWideChar(CP_UTF8, 0, string, -1, xstr, xstrlen);
  /external/chromium_org/sandbox/win/src/
process_policy_test.cc 75 narrow_cmd_line = base::SysWideToMultiByte(cmd_line, CP_UTF8);
77 exe_name ? base::SysWideToMultiByte(exe_name, CP_UTF8).c_str() : NULL,
  /external/stlport/src/c_locale_win32/
c_wlocale_win32.c 78 if (lcodecvt->cp != CP_UTF7 && lcodecvt->cp != CP_UTF8) {
123 if (l->cp == CP_UTF7 || l->cp == CP_UTF8) {
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_wlocale_win32.c 78 if (lcodecvt->cp != CP_UTF7 && lcodecvt->cp != CP_UTF8) {
123 if (l->cp == CP_UTF7 || l->cp == CP_UTF8) {

Completed in 567 milliseconds

1 2