/external/curl/lib/ |
curl_multibyte.c | 43 int str_w_len = MultiByteToWideChar(CP_UTF8, MB_ERR_INVALID_CHARS, 48 if(MultiByteToWideChar(CP_UTF8, 0, str_utf8, -1, str_w, 65 int str_utf8_len = WideCharToMultiByte(CP_UTF8, 0, str_w, -1, NULL, 70 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/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/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,
|
win32.cc | 376 int wlen = ::MultiByteToWideChar(CP_UTF8, 0, utf8.c_str(), 383 if (0 == ::MultiByteToWideChar(CP_UTF8, 0, utf8.c_str(),
|
/system/core/base/ |
utf8.cpp | 61 const int chars_required = WideCharToMultiByte(CP_UTF8, flags, utf16, size, 71 const int result = WideCharToMultiByte(CP_UTF8, flags, utf16, size, 107 const int chars_required = MultiByteToWideChar(CP_UTF8, flags, utf8, size, 117 const int result = MultiByteToWideChar(CP_UTF8, flags, utf8, size,
|
/toolchain/binutils/binutils-2.25/binutils/ |
winduni.h | 81 #ifndef CP_UTF8 83 #define CP_UTF8 65001 /* UTF-8 translation. */
|
winduni.c | 86 { CP_UTF8, "UTF-8" }, 756 if (cp == CP_UTF8 || cp == CP_UTF7)
|
/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/boringssl/src/crypto/bio/ |
file.c | 91 #if defined(OPENSSL_WINDOWS) && defined(CP_UTF8) 102 if ((sz = MultiByteToWideChar(CP_UTF8, (flags = MB_ERR_INVALID_CHARS), 105 (sz = MultiByteToWideChar(CP_UTF8, (flags = 0), filename, len_0, NULL, 110 if (MultiByteToWideChar(CP_UTF8, flags, filename, len_0, wfilename, sz) && 111 MultiByteToWideChar(CP_UTF8, 0, mode, strlen(mode) + 1, wmode,
|
/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);
|
nt-base.c | 182 count=WideCharToMultiByte(CP_UTF8,0,wideChar,-1,NULL,0,NULL,NULL); 188 count=WideCharToMultiByte(CP_UTF8,0,wideChar,-1,utf8,count,NULL,NULL); 875 (void) WideCharToMultiByte(CP_UTF8,0,wide_path,-1,path,(int) extent,NULL, [all...] |
/external/google-breakpad/src/common/windows/ |
http_upload.h | 108 return WideToMBCP(wide, CP_UTF8);
|
http_upload.cc | 365 int charcount = MultiByteToWideChar(CP_UTF8, 0, utf8.c_str(), -1, NULL, 0); 373 MultiByteToWideChar(CP_UTF8, 0, utf8.c_str(), -1, buf, charcount);
|
/external/skia/src/views/win/ |
skia_win.cpp | 44 int size = WideCharToMultiByte(CP_UTF8, 0, str, wcslen(str), NULL, 0, NULL, NULL); 46 WideCharToMultiByte(CP_UTF8, 0, str, wcslen(str), str8, size, NULL, NULL);
|
/external/webrtc/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,
|
/external/webrtc/webrtc/system_wrappers/source/ |
file_impl.cc | 118 MultiByteToWideChar(CP_UTF8,
|
/external/opencv3/samples/winrt/OcvImageProcessing/OcvImageProcessing/ |
MainPage.xaml.cpp | 142 int size = WideCharToMultiByte(CP_UTF8, 0, &input[0], (int)input.size(), NULL, 0, NULL, NULL); 145 WideCharToMultiByte(CP_UTF8, 0, &input[0], (int)input.size(), &result[0], size, NULL, NULL);
|
/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) {
|
/external/v8/src/base/platform/ |
platform-win32.cc | 137 WideCharToMultiByte(CP_UTF8, 0, tzinfo_.StandardName, -1, 140 WideCharToMultiByte(CP_UTF8, 0, tzinfo_.DaylightName, -1, [all...] |
/external/webrtc/webrtc/modules/audio_device/win/ |
audio_device_wave_win.cc | [all...] |
/external/icu/icu4c/source/test/perf/convperf/ |
convperf.h | 247 BOOL* pUsedDefaultChar =(uiCodePage==CP_UTF8)?NULL:&lpUsedDefaultChar;
|