Home
last modified time | relevance | path

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

/PHP-7.4/win32/
H A Dcodepage.h74 PW32CP char *php_win32_cp_conv_w_to_cur(const wchar_t* in, size_t in_len, size_t *out_len);
75 #define php_win32_cp_w_to_cur(in) php_win32_cp_conv_w_to_cur(in, PHP_WIN32_CP_IGNORE_LEN, PHP_WIN32…
124 return php_win32_cp_conv_w_to_cur(in, in_len, out_len); in php_win32_cp_conv_w_to_any()
H A Dcodepage.c266 PW32CP char *php_win32_cp_conv_w_to_cur(const wchar_t* in, size_t in_len, size_t *out_len) in php_win32_cp_conv_w_to_cur() function

Completed in 9 milliseconds