MultiByteToWideChar   41 ext/com_dotnet/com_olechar.c 		string_len = MultiByteToWideChar(codepage, flags, string, -1, NULL, 0);
MultiByteToWideChar   52 ext/com_dotnet/com_olechar.c 		ok = MultiByteToWideChar(codepage, flags, string, string_len, olestring, string_len);
MultiByteToWideChar  679 ext/openssl/xp_ssl.c 			num_wchars = MultiByteToWideChar(CP_UTF8, 0, (char*)cert_name_utf8, -1, NULL, 0);
MultiByteToWideChar  690 ext/openssl/xp_ssl.c 			num_wchars = MultiByteToWideChar(CP_UTF8, 0, (char*)cert_name_utf8, -1, server_name, num_wchars);
MultiByteToWideChar   68 ext/pdo_odbc/odbc_stmt.c 		ret = MultiByteToWideChar(CP_UTF8, 0, buf, buflen, NULL, 0);
MultiByteToWideChar   81 ext/pdo_odbc/odbc_stmt.c 		ret = MultiByteToWideChar(CP_UTF8, 0, buf, buflen, (LPWSTR)S->convbuf, S->convbufsize / sizeof(WCHAR));
MultiByteToWideChar 34066 ext/sqlite3/libsqlite/sqlite3.c   { "MultiByteToWideChar",     (SYSCALL)MultiByteToWideChar,     0 },