HomeSort by relevance Sort by last modified time
    Searched refs:WideCharToMultiByte (Results 1 - 25 of 55) 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/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,
  /system/core/base/
utf8.cpp 30 // Helper to set errno based on GetLastError() after WideCharToMultiByte()/MultiByteToWideChar().
52 // Only Vista or later has this flag that causes WideCharToMultiByte() to
61 const int chars_required = WideCharToMultiByte(CP_UTF8, flags, utf16, size,
71 const int result = WideCharToMultiByte(CP_UTF8, flags, utf16, size,
76 CHECK_LE(result, chars_required) << "WideCharToMultiByte wrote " << result
  /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/lzma/CPP/Common/
StringConvert.cpp 77 unsigned numChars = WideCharToMultiByte(codePage, 0, sp + i, s.Len() - i,
103 int numChars = WideCharToMultiByte(codePage, 0, s, s.Len(),
  /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/boringssl/src/crypto/
directory_win.c 116 if (!WideCharToMultiByte(CP_ACP, 0, (WCHAR *)wdir, len_0,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapinls.h 92 #define WideCharToMultiByte MNLS_WideCharToMultiByte
  /external/opencv3/3rdparty/libtiff/
tif_unix.c 233 mbsize = WideCharToMultiByte(CP_ACP, 0, name, -1, NULL, 0, NULL, NULL);
242 WideCharToMultiByte(CP_ACP, 0, name, -1, mbname, mbsize,
tif_win32.c 304 mbsize = WideCharToMultiByte(CP_ACP, 0, name, -1, NULL, 0, NULL, NULL);
313 WideCharToMultiByte(CP_ACP, 0, name, -1, mbname, mbsize,
  /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/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);
  /external/pdfium/core/include/fxcrt/
fx_system.h 195 WideCharToMultiByte(p1, p2, (const wchar_t*)(p3), p4, p5, p6, p7, p8)
202 #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,
  /ndk/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);
  /development/host/windows/usb/winusb/
adb_winusb_interface.cpp 214 if (0 != WideCharToMultiByte(CP_ACP, 0, ser_num->bString,
  /external/ImageMagick/MagickCore/
utility-private.h 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/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
Win32KeyBoard.cpp 302 if (WideCharToMultiByte(CP_ACP, 0, prop.wsz, -1, temp, sizeof(temp), NULL, NULL))
  /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...]

Completed in 2100 milliseconds

1 2 3