Searched refs:CP_UTF8 (Results 1 - 25 of 45) sorted by relevance

12

/external/curl/lib/
H A Dcurl_multibyte.c45 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/
H A Dutf_util_win.h25 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/
H A DWinServices.cpp34 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);
H A DSecret.c271 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/
H A DSkDWrite.cpp57 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/webrtc/webrtc/base/
H A Dwin32.h50 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,
H A Dwin32.cc376 int wlen = ::MultiByteToWideChar(CP_UTF8, 0, utf8.c_str(),
383 if (0 == ::MultiByteToWideChar(CP_UTF8, 0, utf8.c_str(),
/external/libusb/msvc/
H A Dmissing.c44 if (MultiByteToWideChar(CP_UTF8, 0, name, -1, wName, MAX_PATH) <= 0) {
71 if (WideCharToMultiByte(CP_UTF8, 0,
/external/lzma/CPP/Common/
H A DStdOutStream.cpp56 if (codePage == CP_UTF8)
68 if (codePage == CP_UTF8)
H A DStdInStream.cpp68 if (codePage == CP_UTF8)
H A DListFileUtils.cpp85 // #ifdef CP_UTF8
86 if (codePage == CP_UTF8)
H A DMyWindows.h206 #define CP_UTF8 65001 macro
H A DStringConvert.cpp100 if (CodePage == CP_UTF7 || CodePage == CP_UTF8)
134 bool isUtf = (codePage == CP_UTF8 || codePage == CP_UTF7);
187 bool isUtf = (codePage == CP_UTF8 || codePage == CP_UTF7);
/external/mdnsresponder/mDNSWindows/DLLX/
H A DStringServices.cpp71 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 );
/external/skia/tools/viewer/sk_app/win/
H A Dmain_win.cpp20 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/
H A Dutility-private.h57 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/
H A Dhttp_upload.h108 return WideToMBCP(wide, CP_UTF8);
H A Dhttp_upload.cc365 int charcount = MultiByteToWideChar(CP_UTF8, 0, utf8.c_str(), -1, NULL, 0);
373 MultiByteToWideChar(CP_UTF8, 0, utf8.c_str(), -1, buf, charcount);
/external/v8/tools/clang/plugins/
H A DChromeClassTester.cpp144 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/skia/src/views/win/
H A Dskia_win.cpp45 int size = WideCharToMultiByte(CP_UTF8, 0, str, wcslen(str), NULL, 0, NULL, NULL);
47 WideCharToMultiByte(CP_UTF8, 0, str, wcslen(str), str8, size, NULL, NULL);
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
H A DPathV2.inc45 int len = ::MultiByteToWideChar(CP_UTF8, MB_ERR_INVALID_CHARS,
55 len = ::MultiByteToWideChar(CP_UTF8, MB_ERR_INVALID_CHARS,
72 int len = ::WideCharToMultiByte(CP_UTF8, 0,
84 len = ::WideCharToMultiByte(CP_UTF8, 0,
161 len = ::WideCharToMultiByte(CP_UTF8, 0,
172 len = ::WideCharToMultiByte(CP_UTF8, 0,
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/
H A DBrowserDialog.cpp373 n = MultiByteToWideChar( CP_UTF8, 0, inUTF8, -1, NULL, 0 );
379 n = MultiByteToWideChar( CP_UTF8, 0, inUTF8, -1, unicode, n );
/external/fmtlib/fmt/
H A Dformat.cc315 CP_UTF8, MB_ERR_INVALID_CHARS, s.data(), s_size, FMT_NULL, 0);
320 CP_UTF8, MB_ERR_INVALID_CHARS, s.data(), s_size, &buffer_[0], length);
338 CP_UTF8, 0, s.data(), s_size, FMT_NULL, 0, FMT_NULL, FMT_NULL);
343 CP_UTF8, 0, s.data(), s_size, &buffer_[0], length, FMT_NULL, FMT_NULL);
/external/webrtc/webrtc/modules/video_capture/windows/
H A Ddevice_info_ds.cc203 convResult = WideCharToMultiByte(CP_UTF8, 0,
232 CP_UTF8,
331 WideCharToMultiByte(CP_UTF8, 0, varName.bstrVal, -1,
774 MultiByteToWideChar(CP_UTF8, 0, (char*) dialogTitleUTF8, -1,
/external/webrtc/webrtc/system_wrappers/source/
H A Dfile_impl.cc118 MultiByteToWideChar(CP_UTF8,

Completed in 707 milliseconds

12