WideCharToMultiByte  932 Zend/zend_virtual_cwd.c 				if (!WideCharToMultiByte(CP_THREAD_ACP, 0,
WideCharToMultiByte  944 Zend/zend_virtual_cwd.c 				if (!WideCharToMultiByte(CP_THREAD_ACP, 0,
WideCharToMultiByte  958 Zend/zend_virtual_cwd.c 				if (!WideCharToMultiByte(CP_THREAD_ACP, 0,
WideCharToMultiByte  969 Zend/zend_virtual_cwd.c 				if (!WideCharToMultiByte(CP_THREAD_ACP, 0,
WideCharToMultiByte   80 ext/com_dotnet/com_olechar.c 	length = WideCharToMultiByte(codepage, 0, olestring, -1, NULL, 0, NULL, NULL);
WideCharToMultiByte   84 ext/com_dotnet/com_olechar.c 		length = WideCharToMultiByte(codepage, 0, olestring, -1, string, length, NULL, NULL);
WideCharToMultiByte  103 ext/pdo_odbc/odbc_stmt.c 		ret = WideCharToMultiByte(CP_UTF8, 0, (LPCWSTR)buf, buflen/sizeof(WCHAR), NULL, 0, NULL, NULL);
WideCharToMultiByte  113 ext/pdo_odbc/odbc_stmt.c 		ret = WideCharToMultiByte(CP_UTF8, 0, (LPCWSTR)buf, buflen/sizeof(WCHAR), S->convbuf, S->convbufsize, NULL, NULL);
WideCharToMultiByte 34135 ext/sqlite3/libsqlite/sqlite3.c   { "WideCharToMultiByte",     (SYSCALL)WideCharToMultiByte,     0 },