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

1 2 3

  /external/curl/lib/
curl_multibyte.c 45 int str_w_len = MultiByteToWideChar(CP_UTF8, MB_ERR_INVALID_CHARS,
50 if(MultiByteToWideChar(CP_UTF8, 0, str_utf8, -1, str_w,
67 int str_utf8_len = WideCharToMultiByte(CP_UTF8, 0, str_w, -1, NULL,
72 if(WideCharToMultiByte(CP_UTF8, 0, str_w, -1, str_utf8, str_utf8_len,
  /external/webrtc/webrtc/system_wrappers/include/
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/mdnsresponder/mDNSWindows/
WinServices.cpp 34 n = MultiByteToWideChar( CP_UTF8, 0, inUTF8, -1, NULL, 0 );
44 n = MultiByteToWideChar( CP_UTF8, 0, inUTF8, -1, unicode, n );
85 size = (size_t) WideCharToMultiByte( CP_UTF8, 0, inObject.GetBuffer(), inObject.GetLength(), outUTF8, (int) outUTF8Len, NULL, NULL);
Secret.c 271 size = MultiByteToWideChar( CP_UTF8, 0, input, -1, NULL, 0 );
278 size = MultiByteToWideChar( CP_UTF8, 0, input, -1, output->Buffer, size );
315 size = (size_t) WideCharToMultiByte(CP_UTF8, 0, input->Buffer, ( input->Length / sizeof( wchar_t ) ), NULL, 0, NULL, NULL);
325 size = (size_t) WideCharToMultiByte( CP_UTF8, 0, input->Buffer, ( input->Length / sizeof( wchar_t ) ), output, (int) size, NULL, NULL);
  /external/skia/src/utils/win/
SkDWrite.cpp 57 int wlen = MultiByteToWideChar(CP_UTF8, 0, skname, -1, nullptr, 0);
63 wlen = MultiByteToWideChar(CP_UTF8, 0, skname, -1, name->get(), wlen);
72 int len = WideCharToMultiByte(CP_UTF8, 0, name, nameLen, nullptr, 0, nullptr, nullptr);
83 len = WideCharToMultiByte(CP_UTF8, 0, name, nameLen, skname->writable_str(), len, nullptr, nullptr);
  /external/skqp/src/utils/win/
SkDWrite.cpp 57 int wlen = MultiByteToWideChar(CP_UTF8, 0, skname, -1, nullptr, 0);
63 wlen = MultiByteToWideChar(CP_UTF8, 0, skname, -1, name->get(), wlen);
72 int len = WideCharToMultiByte(CP_UTF8, 0, name, nameLen, nullptr, 0, nullptr, nullptr);
83 len = WideCharToMultiByte(CP_UTF8, 0, name, nameLen, skname->writable_str(), len, nullptr, nullptr);
  /external/tensorflow/tensorflow/core/platform/windows/
windows_file_system.h 69 int size_required = MultiByteToWideChar(CP_UTF8, 0, utf8str.c_str(),
72 MultiByteToWideChar(CP_UTF8, 0, utf8str.c_str(), (int)utf8str.size(),
80 CP_UTF8, 0, wstr.c_str(), (int)wstr.size(), NULL, 0, NULL, NULL);
82 WideCharToMultiByte(CP_UTF8, 0, wstr.c_str(), (int)wstr.size(),
  /external/webrtc/webrtc/base/
win32.h 50 int len16 = ::MultiByteToWideChar(CP_UTF8, 0, utf8, static_cast<int>(len),
53 ::MultiByteToWideChar(CP_UTF8, 0, utf8, static_cast<int>(len), ws, len16);
62 int len8 = ::WideCharToMultiByte(CP_UTF8, 0, wide, static_cast<int>(len),
65 ::WideCharToMultiByte(CP_UTF8, 0, wide, static_cast<int>(len), ns, len8,
  /external/libusb/msvc/
missing.c 44 if (MultiByteToWideChar(CP_UTF8, 0, name, -1, wName, MAX_PATH) <= 0) {
71 if (WideCharToMultiByte(CP_UTF8, 0,
  /toolchain/binutils/binutils-2.27/binutils/
winduni.h 81 #ifndef CP_UTF8
83 #define CP_UTF8 65001 /* UTF-8 translation. */
  /external/mdnsresponder/mDNSWindows/DLLX/
StringServices.cpp 71 size = (size_t) WideCharToMultiByte( CP_UTF8, 0, utf16String, ( int ) wcslen( utf16String ), NULL, 0, NULL, NULL );
99 size = (size_t) WideCharToMultiByte( CP_UTF8, 0, utf16String, ( int ) wcslen( utf16String ), utf8String, (int) size, NULL, NULL);
169 n = MultiByteToWideChar( CP_UTF8, 0, inString, -1, NULL, 0 );
199 n = MultiByteToWideChar( CP_UTF8, 0, inString, -1, unicode, n );
  /system/core/base/
utf8.cpp 63 const int chars_required = WideCharToMultiByte(CP_UTF8, flags, utf16, size,
73 const int result = WideCharToMultiByte(CP_UTF8, flags, utf16, size,
109 const int chars_required = MultiByteToWideChar(CP_UTF8, flags, utf8, size,
119 const int result = MultiByteToWideChar(CP_UTF8, flags, utf8, size,
  /external/lzma/CPP/Common/
StdOutStream.cpp 56 if (codePage == CP_UTF8)
68 if (codePage == CP_UTF8)
StdInStream.cpp 68 if (codePage == CP_UTF8)
ListFileUtils.cpp 85 // #ifdef CP_UTF8
86 if (codePage == CP_UTF8)
MyWindows.h 206 #define CP_UTF8 65001
  /external/skia/tools/sk_app/win/
main_win.cpp 20 int size = WideCharToMultiByte(CP_UTF8, 0, str, wcslen(str), NULL, 0, NULL, NULL);
22 WideCharToMultiByte(CP_UTF8, 0, str, wcslen(str), str8, size, NULL, NULL);
  /external/skqp/tools/sk_app/win/
main_win.cpp 20 int size = WideCharToMultiByte(CP_UTF8, 0, str, wcslen(str), NULL, 0, NULL, NULL);
22 WideCharToMultiByte(CP_UTF8, 0, str, wcslen(str), str8, size, NULL, NULL);
  /external/ImageMagick/MagickCore/
utility-private.h 57 count=MultiByteToWideChar(CP_UTF8,0,utf8,-1,NULL,0);
72 count=MultiByteToWideChar(CP_UTF8,0,buffer,-1,longPath,count);
85 count=MultiByteToWideChar(CP_UTF8,0,utf8,-1,wideChar,count);
156 (void) WideCharToMultiByte(CP_UTF8,0,wide_path,-1,path,(int) extent,NULL,NULL);
  /external/google-breakpad/src/common/windows/
http_upload.h 108 return WideToMBCP(wide, CP_UTF8);
  /external/python/cpython3/Parser/
myreadline.c 171 u8len = WideCharToMultiByte(CP_UTF8, 0, wbuf, total_read, NULL, 0, NULL, NULL);
173 u8len = WideCharToMultiByte(CP_UTF8, 0, wbuf, total_read, buf, u8len, NULL, NULL);
219 wlen = MultiByteToWideChar(CP_UTF8, 0, prompt, -1,
223 wlen = MultiByteToWideChar(CP_UTF8, 0, prompt, -1,
  /external/v8/tools/clang/plugins/
ChromeClassTester.cpp 144 MultiByteToWideChar(CP_UTF8, 0, filename.data(), -1, nullptr, 0);
146 MultiByteToWideChar(CP_UTF8, 0, filename.data(), -1,
153 size_needed = WideCharToMultiByte(CP_UTF8, 0, full_utf16.data(), -1,
156 WideCharToMultiByte(CP_UTF8, 0, full_utf16.data(), -1, &filename[0],
  /external/flac/libFLAC/
windows_unicode_filenames.c 47 if ((len = MultiByteToWideChar(CP_UTF8, 0, str, -1, NULL, 0)) == 0)
51 if (MultiByteToWideChar(CP_UTF8, 0, str, -1, widestr, len) == 0) {
  /external/python/cpython3/Modules/_io/
winconsoleio.c 720 if (WideCharToMultiByte(CP_UTF8, 0, wbuf, n,
725 u8n = WideCharToMultiByte(CP_UTF8, 0, wbuf, n,
738 u8n = WideCharToMultiByte(CP_UTF8, 0, wbuf, n,
873 bytes_size = WideCharToMultiByte(CP_UTF8, 0, buf, len,
892 bytes_size = WideCharToMultiByte(CP_UTF8, 0, buf, len,
998 wlen = MultiByteToWideChar(CP_UTF8, 0, b->buf, len, NULL, 0);
1007 wlen = MultiByteToWideChar(CP_UTF8, 0, b->buf, len, NULL, 0);
1017 wlen = MultiByteToWideChar(CP_UTF8, 0, b->buf, len, wbuf, wlen);
1026 len = WideCharToMultiByte(CP_UTF8, 0, wbuf, n,
1029 wlen = MultiByteToWideChar(CP_UTF8, 0, b->buf, len
    [all...]
  /external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/
BrowserDialog.cpp 373 n = MultiByteToWideChar( CP_UTF8, 0, inUTF8, -1, NULL, 0 );
379 n = MultiByteToWideChar( CP_UTF8, 0, inUTF8, -1, unicode, n );

Completed in 2241 milliseconds

1 2 3