Home
last modified time | relevance | path

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

/PHP-7.4/win32/
H A Dcodepage.h72 PW32CP char *php_win32_cp_conv_w_to_utf8(const wchar_t* in, size_t in_len, size_t *out_len);
73 #define php_win32_cp_w_to_utf8(in) php_win32_cp_conv_w_to_utf8(in, PHP_WIN32_CP_IGNORE_LEN, PHP_WIN…
H A Dcodepage.c261 PW32CP char *php_win32_cp_conv_w_to_utf8(const wchar_t* in, size_t in_len, size_t *out_len) in php_win32_cp_conv_w_to_utf8() function

Completed in 7 milliseconds