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

1 2 3

  /external/curl/lib/
curl_multibyte.c 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 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/tools/viewer/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/skia/src/utils/win/
SkDWrite.cpp 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 62 int len8 = ::WideCharToMultiByte(CP_UTF8, 0, wide, static_cast<int>(len),
65 ::WideCharToMultiByte(CP_UTF8, 0, wide, static_cast<int>(len), ns, len8,
  /development/host/windows/usb/api/
adb_interface.cpp 57 int res = WideCharToMultiByte(CP_ACP,
adb_legacy_interface.cpp 160 int res = WideCharToMultiByte(CP_ACP,
  /external/libusb/msvc/
missing.c 71 if (WideCharToMultiByte(CP_UTF8, 0,
  /external/mdnsresponder/mDNSWindows/
WinServices.cpp 85 size = (size_t) WideCharToMultiByte( CP_UTF8, 0, inObject.GetBuffer(), inObject.GetLength(), outUTF8, (int) outUTF8Len, NULL, NULL);
Secret.c 312 // but WideCharToMultiByte expects the number of wchar_t's. So
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);
329 // have to add the trailing 0 because WideCharToMultiByte doesn't do it,
  /external/lzma/CPP/Common/
StringConvert.cpp 91 int WideCharToMultiByte(
135 unsigned len = WideCharToMultiByte(codePage, 0, s + i, src.Len() - i,
178 unsigned len = WideCharToMultiByte(codePage, 0, src, src.Len(), NULL, 0, NULL, NULL);
189 len = WideCharToMultiByte(codePage, 0, src, src.Len(),
  /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);
107 // have to add the trailing 0 because WideCharToMultiByte doesn't do it,
  /external/skia/src/views/win/
skia_win.cpp 45 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);
  /system/core/base/
utf8.cpp 32 // Helper to set errno based on GetLastError() after WideCharToMultiByte()/MultiByteToWideChar().
54 // Only Vista or later has this flag that causes WideCharToMultiByte() to
63 const int chars_required = WideCharToMultiByte(CP_UTF8, flags, utf16, size,
73 const int result = WideCharToMultiByte(CP_UTF8, flags, utf16, size,
78 CHECK_LE(result, chars_required) << "WideCharToMultiByte wrote " << result
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stringapiset.h 42 WINBASEAPI int WINAPI WideCharToMultiByte (UINT CodePage, DWORD dwFlags, LPCWCH lpWideCharStr, int cchWideChar, LPSTR lpMultiByteStr, int cbMultiByte, LPCCH lpDefaultChar, LPBOOL lpUsedDefaultChar);
mapinls.h 96 #define WideCharToMultiByte MNLS_WideCharToMultiByte
  /external/v8/tools/clang/plugins/
ChromeClassTester.cpp 153 size_needed = WideCharToMultiByte(CP_UTF8, 0, full_utf16.data(), -1,
156 WideCharToMultiByte(CP_UTF8, 0, full_utf16.data(), -1, &filename[0],
  /external/python/cpython2/PC/
getpathp.c 345 WideCharToMultiByte(CP_ACP, 0,
389 WideCharToMultiByte(CP_ACP, 0,
399 WideCharToMultiByte(CP_ACP, 0,
  /external/google-breakpad/src/common/windows/
http_upload.cc 386 int charcount = WideCharToMultiByte(cp, 0, wide.c_str(), -1,
394 WideCharToMultiByte(cp, 0, wide.c_str(), -1, buf, charcount,
  /external/pdfium/core/fxcrt/
fx_system.h 208 WideCharToMultiByte(p1, p2, (const wchar_t*)(p3), p4, p5, p6, p7, p8)
215 #define FXSYS_WideCharToMultiByte WideCharToMultiByte
  /external/webrtc/webrtc/modules/video_capture/windows/
device_info_ds.cc 203 convResult = WideCharToMultiByte(CP_UTF8, 0,
231 convResult = WideCharToMultiByte(
331 WideCharToMultiByte(CP_UTF8, 0, varName.bstrVal, -1,
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 368 if (!WideCharToMultiByte(ltype->cp, WC_COMPOSITECHECK | WC_SEPCHARS, wbuffer, BufferSize, (char*)TargetBuffer, 256, NULL, FALSE))
    [all...]
c_wlocale_win32.c 170 int size = WideCharToMultiByte(lcodecvt->cp, lcodecvt->wctomb_flags, &c, 1, NULL, 0, NULL, NULL);
179 WideCharToMultiByte(lcodecvt->cp, lcodecvt->wctomb_flags, &c, 1, to, (int)n, NULL, NULL);
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 368 if (!WideCharToMultiByte(ltype->cp, WC_COMPOSITECHECK | WC_SEPCHARS, wbuffer, BufferSize, (char*)TargetBuffer, 256, NULL, FALSE))
    [all...]
c_wlocale_win32.c 170 int size = WideCharToMultiByte(lcodecvt->cp, lcodecvt->wctomb_flags, &c, 1, NULL, 0, NULL, NULL);
179 WideCharToMultiByte(lcodecvt->cp, lcodecvt->wctomb_flags, &c, 1, to, (int)n, NULL, NULL);

Completed in 4572 milliseconds

1 2 3