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

1 2

  /external/chromium/third_party/libjingle/source/talk/base/
win32.h 60 int len16 = ::MultiByteToWideChar(CP_UTF8, 0, utf8, len, NULL, 0);
62 ::MultiByteToWideChar(CP_UTF8, 0, utf8, len, ws, len16);
71 int len8 = ::WideCharToMultiByte(CP_UTF8, 0, wide, len, NULL, 0, NULL, NULL);
73 ::WideCharToMultiByte(CP_UTF8, 0, wide, len, ns, len8, NULL, NULL);
win32.cc 103 int wlen = ::MultiByteToWideChar(CP_UTF8, 0, utf8.c_str(), utf8.length() + 1,
109 if (0 == ::MultiByteToWideChar(CP_UTF8, 0, utf8.c_str(), utf8.length() + 1,
flags.cc 298 int len8 = WideCharToMultiByte(CP_UTF8, 0, wide_argv[i],
304 WideCharToMultiByte(CP_UTF8, 0, wide_argv[i],
  /external/chromium/base/
sys_string_conversions_win.cc 15 return SysWideToMultiByte(wide, CP_UTF8);
20 return SysMultiByteToWide(utf8, CP_UTF8);
  /external/webkit/Source/JavaScriptCore/os-win32/
WinMain.cpp 31 int requiredSize = WideCharToMultiByte(CP_UTF8, 0, widecharString, length, 0, 0, 0, 0);
34 WideCharToMultiByte(CP_UTF8, 0, widecharString, length, multibyteString, requiredSize, 0, 0);
  /external/chromium/googleurl/base/
logging.cc 204 int charcount = MultiByteToWideChar(CP_UTF8, 0, str.c_str(), -1, NULL, 0);
208 if (!MultiByteToWideChar(CP_UTF8, 0, str.c_str(), -1, cmdline.get(), charcount))
371 int charcount = WideCharToMultiByte(CP_UTF8, 0, wstr, -1,
378 WideCharToMultiByte(CP_UTF8, 0, wstr, -1, buf.get(), charcount, NULL, NULL);
  /external/openssl/crypto/bio/
bss_file.c 124 #if defined(_WIN32) && defined(CP_UTF8)
140 if ((sz=MultiByteToWideChar(CP_UTF8,(flags=MB_ERR_INVALID_CHARS),
143 (sz=MultiByteToWideChar(CP_UTF8,(flags=0),
150 if (MultiByteToWideChar(CP_UTF8,flags,
152 MultiByteToWideChar(CP_UTF8,0,mode,strlen(mode)+1,
  /external/webrtc/src/system_wrappers/source/
file_impl.cc 133 MultiByteToWideChar(CP_UTF8,
  /external/libxslt/libxslt/
xsltlocale.c 376 xstrlen = MultiByteToWideChar(CP_UTF8, 0, string, -1, NULL, 0);
386 r = MultiByteToWideChar(CP_UTF8, 0, string, -1, xstr, xstrlen);
  /external/webkit/Tools/DumpRenderTree/win/
ResourceLoadDelegate.cpp 56 int length = ::MultiByteToWideChar(CP_UTF8, 0, str.c_str(), str.length(), 0, 0);
58 ::MultiByteToWideChar(CP_UTF8, 0, str.c_str(), str.length(), result, length);
DumpRenderTree.cpp 184 int result = WideCharToMultiByte(CP_UTF8, 0, wideString, length + 1, 0, 0, 0, 0);
186 result = WideCharToMultiByte(CP_UTF8, 0, wideString, length + 1, utf8Vector.data(), result, 0, 0);
756 int bufferSize = ::WideCharToMultiByte(CP_UTF8, 0, resultString, stringLength, 0, 0, 0, 0);
758 ::WideCharToMultiByte(CP_UTF8, 0, resultString, stringLength, buffer, bufferSize + 1, 0, 0);
    [all...]
LayoutTestControllerWin.cpp 768 int result = WideCharToMultiByte(CP_UTF8, 0, resultPath.c_str(), resultPath.size() + 1, 0, 0, 0, 0);
770 result = WideCharToMultiByte(CP_UTF8, 0, resultPath.c_str(), resultPath.size() + 1, utf8Vector.data(), result, 0, 0);
    [all...]
  /external/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) {
c_locale_win32.c 75 #ifndef CP_UTF8
76 # define CP_UTF8 65001
    [all...]
  /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) {
c_locale_win32.c 75 #ifndef CP_UTF8
76 # define CP_UTF8 65001
    [all...]
  /external/skia/src/ports/
SkFontHost_win_dw.cpp     [all...]
SkFontHost_win.cpp     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/file/
SDL_rwops.c 93 if ( MultiByteToWideChar(CP_UTF8, 0, filename, -1, filenameW, size) == 0 ) {
126 if ( MultiByteToWideChar(CP_UTF8, 0, filename, -1, filenameW, size) == 0 ) {
143 /* CP_UTF8 might not be supported (Win95), so use SDL_iconv to get wchars. */
  /external/skia/legacy/src/ports/
SkFontHost_win.cpp     [all...]
  /external/icu4c/test/perf/convperf/
convperf.h 247 BOOL* pUsedDefaultChar =(uiCodePage==CP_UTF8)?NULL:&lpUsedDefaultChar;
  /external/libusb_aah/libusb/os/
windows_usb.h 72 #define wchar_to_utf8_ms(wstr, str, strlen) WideCharToMultiByte(CP_UTF8, 0, wstr, -1, str, strlen, NULL, NULL)
  /external/v8/src/
platform-win32.cc 407 WideCharToMultiByte(CP_UTF8, 0, tzinfo_.StandardName, -1,
410 WideCharToMultiByte(CP_UTF8, 0, tzinfo_.DaylightName, -1,
    [all...]
  /external/libxml2/
xmlIO.c 47 #include <winnls.h> /* for CP_UTF8 */
226 MultiByteToWideChar(CP_UTF8, MB_ERR_INVALID_CHARS, u8String,
232 (CP_UTF8, 0, u8String, -1, wString, wLen) == 0) {
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp     [all...]

Completed in 935 milliseconds

1 2