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

12

/macosx-10.10.1/curl-83.1.2/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,
66 int str_utf8_len = WideCharToMultiByte(CP_UTF8, 0, str_w, -1, NULL,
71 if(WideCharToMultiByte(CP_UTF8, 0, str_w, -1, str_utf8, str_utf8_len,
/macosx-10.10.1/mDNSResponder-561.1.1/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);
H A DmDNSWin32.c4513 len = WideCharToMultiByte( CP_UTF8, 0, inString, -1, inBuffer, (int) inBufferSize, NULL, NULL );
4553 len = WideCharToMultiByte( CP_UTF8, 0, utf16, -1, inBuffer, (int) inBufferSize, NULL, NULL );
/macosx-10.10.1/BerkeleyDB-21/db/dbinc/
H A Dwin_db.h106 MultiByteToWideChar(CP_UTF8, 0, \
112 int __len = WideCharToMultiByte(CP_UTF8, 0, ts, -1, \
116 WideCharToMultiByte(CP_UTF8, 0, \
/macosx-10.10.1/mDNSResponder-561.1.1/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 );
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Windows/
H A DPathV2.inc46 int len = ::MultiByteToWideChar(CP_UTF8, MB_ERR_INVALID_CHARS,
56 len = ::MultiByteToWideChar(CP_UTF8, MB_ERR_INVALID_CHARS,
73 int len = ::WideCharToMultiByte(CP_UTF8, 0,
85 len = ::WideCharToMultiByte(CP_UTF8, 0,
154 len = ::WideCharToMultiByte(CP_UTF8, 0,
165 len = ::WideCharToMultiByte(CP_UTF8, 0,
/macosx-10.10.1/ruby-106/ruby/test/win32ole/
H A Dtest_win32ole.rb322 WIN32OLE.codepage = WIN32OLE::CP_UTF8
323 assert_equal(WIN32OLE::CP_UTF8, WIN32OLE.codepage)
333 WIN32OLE.codepage = WIN32OLE::CP_UTF8
488 assert_equal(65001, WIN32OLE::CP_UTF8)
/macosx-10.10.1/mDNSResponder-561.1.1/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 );
/macosx-10.10.1/BerkeleyDB-21/db/os_windows/
H A Dos_errno.c124 if (WideCharToMultiByte(CP_UTF8, 0, tbuf, -1,
/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dxsltlocale.c392 xstrlen = MultiByteToWideChar(CP_UTF8, 0, string, -1, NULL, 0);
402 r = MultiByteToWideChar(CP_UTF8, 0, string, -1, xstr, xstrlen);
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dfileio.cpp325 MultiByteToWideChar(CP_UTF8, 0, fname_, - 1, wName, MAX_PATH);
346 MultiByteToWideChar(CP_UTF8, 0, fname_, - 1, wName, MAX_PATH);
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DNSServiceBrowser/Windows/Sources/
H A DChooserDialog.cpp1336 n = MultiByteToWideChar( CP_UTF8, 0, inUTF8, -1, NULL, 0 );
1346 n = MultiByteToWideChar( CP_UTF8, 0, inUTF8, -1, unicode, n );
1390 n = WideCharToMultiByte( CP_UTF8, 0, unicode, nUnicode, NULL, 0, NULL, NULL );
1397 n = WideCharToMultiByte( CP_UTF8, 0, unicode, nUnicode, utf8, n, NULL, NULL );
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/convperf/
H A Dconvperf.h247 BOOL* pUsedDefaultChar =(uiCodePage==CP_UTF8)?NULL:&lpUsedDefaultChar;
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Dwindows_usb.h72 #define wchar_to_utf8_ms(wstr, str, strlen) WideCharToMultiByte(CP_UTF8, 0, wstr, -1, str, strlen, NULL, NULL)
/macosx-10.10.1/ruby-106/ruby/win32/
H A Dfile.c383 cp = CP_UTF8;
H A Dwin32.c1175 #define utf8_to_wstr(str, plen) mbstr_to_wstr(CP_UTF8, str, -1, plen)
1176 #define wstr_to_utf8(str, plen) wstr_to_mbstr(CP_UTF8, str, -1, plen)
4290 uenvarea = wstr_to_mbstr(CP_UTF8, wenvarea, wlen, NULL);
/macosx-10.10.1/ruby-106/ruby/
H A Dfile.c884 len = MultiByteToWideChar(CP_UTF8, 0, RSTRING_PTR(tmp), -1, NULL, 0);
886 MultiByteToWideChar(CP_UTF8, 0, RSTRING_PTR(tmp), -1, ptr, len);
3253 len = MultiByteToWideChar(CP_UTF8, 0, RSTRING_PTR(tmp), -1, NULL, 0);
3255 MultiByteToWideChar(CP_UTF8, 0, RSTRING_PTR(tmp), -1, wstr, len);
3273 len = WideCharToMultiByte(CP_UTF8, 0, wfd.cFileName, wlen, NULL, 0, NULL, NULL);
3275 WideCharToMultiByte(CP_UTF8, 0, wfd.cFileName, wlen, p, len + 1, NULL, NULL);
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/mdnsNSP/
H A DmdnsNSP.c586 n = WideCharToMultiByte( CP_UTF8, 0, name, -1, translated, sizeof( translated ), NULL, NULL );
908 n = WideCharToMultiByte( CP_UTF8, 0, inQuerySet->lpszServiceInstanceName, -1, name, sizeof( name ), NULL, NULL );
/macosx-10.10.1/vim-55/src/
H A Dfileio.c1649 # ifdef CP_UTF8 /* VC 4.1 doesn't define CP_UTF8 */
1650 if (codepage == CP_UTF8)
1652 /* Handle CP_UTF8 input ourselves to be able to handle
5591 # ifdef CP_UTF8 /* VC 4.1 doesn't define CP_UTF8 */
5592 if (FIO_GET_CP(flags) == CP_UTF8)
5939 # ifdef CP_UTF8 /* VC 4.1 doesn't define CP_UTF8 */
5941 cp = CP_UTF8;
[all...]
/macosx-10.10.1/libxml2-26/libxml2/
H A DxmlIO.c47 #include <winnls.h> /* for CP_UTF8 */
229 MultiByteToWideChar(CP_UTF8, MB_ERR_INVALID_CHARS, u8String,
235 (CP_UTF8, 0, u8String, -1, wString, wLen) == 0) {
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DxmlIO.c44 #include <winnls.h> /* for CP_UTF8 */
223 MultiByteToWideChar(CP_UTF8, MB_ERR_INVALID_CHARS, u8String,
229 (CP_UTF8, 0, u8String, -1, wString, wLen) == 0) {
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Diconv.c184 return CP_UTF8;
/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A DtclWinFile.c865 WideCharToMultiByte(CP_UTF8, 0, wName, -1, name, sizeof(name), NULL,NULL);
/macosx-10.10.1/tcl-105/tcl84/tcl/win/
H A DtclWinFile.c724 WideCharToMultiByte(CP_UTF8, 0, wName, -1,

Completed in 503 milliseconds

12