Home
last modified time | relevance | path

Searched refs:MB_ERR_INVALID_CHARS (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/mit/expat/dist/xmlwf/
H A Dcodepage.c70 if (MultiByteToWideChar(cp, MB_PRECOMPOSED | MB_ERR_INVALID_CHARS, &c, 1, in codepageMap()
88 if (MultiByteToWideChar(cp, MB_PRECOMPOSED | MB_ERR_INVALID_CHARS, p, 2, &c, in codepageConvert()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dgetenv.c27 DWORD dwFlags = MB_ERR_INVALID_CHARS; in ossl_safe_getenv()
H A Do_fopen.c57 if ((sz = MultiByteToWideChar(CP_UTF8, (flags = MB_ERR_INVALID_CHARS), in openssl_fopen()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/
H A Do_fopen.c57 if ((sz = MultiByteToWideChar(CP_UTF8, (flags = MB_ERR_INVALID_CHARS), in openssl_fopen()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinnls.d252 MB_ERR_INVALID_CHARS = 8; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc1490 int len = ::MultiByteToWideChar(codepage, MB_ERR_INVALID_CHARS, original.begin(),
1500 len = ::MultiByteToWideChar(codepage, MB_ERR_INVALID_CHARS, original.begin(),
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Doperations.cpp1923 int ret = MultiByteToWideChar(codepage, MB_ERR_INVALID_CHARS, str.data(), in __char_to_wide()