Home
last modified time | relevance | path

Searched refs:php_win32_cp_conv_from_w (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/win32/
H A Dcodepage.h71 PW32CP char *php_win32_cp_conv_from_w(DWORD out_cp, DWORD flags, const wchar_t* in, size_t in_len, …
H A Dcodepage.c275 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
700 ret = php_win32_cp_conv_from_w(out_cp->id, out_cp->from_w_fl, tmpw, tmpw_len, &ret_len); in PHP_FUNCTION()

Completed in 10 milliseconds