Home
last modified time | relevance | path

Searched refs:php_win32_cp_conv_from_w (Results 1 – 2 of 2) sorted by last modified time

/PHP-8.1/win32/
H A Dcodepage.c269 PW32CP char *php_win32_cp_conv_from_w(DWORD cp, DWORD flags, const wchar_t* in, size_t in_len, size… in php_win32_cp_conv_from_w() function
691 ret = php_win32_cp_conv_from_w(out_cp->id, out_cp->from_w_fl, tmpw, tmpw_len, &ret_len); in PHP_FUNCTION()
H A Dcodepage.h69 PW32CP char *php_win32_cp_conv_from_w(DWORD out_cp, DWORD flags, const wchar_t* in, size_t in_len, …

Completed in 24 milliseconds