Home
last modified time | relevance | path

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

/PHP-7.4/win32/
H A Dcodepage.c36 __forceinline static wchar_t *php_win32_cp_to_w_int(const char* in, size_t in_len, size_t *out_len,… in php_win32_cp_to_w_int() function
82 return php_win32_cp_to_w_int(in, in_len, out_len, CP_UTF8, MB_ERR_INVALID_CHARS); in php_win32_cp_conv_utf8_to_w()
89 ret = php_win32_cp_to_w_int(in, in_len, out_len, cur_cp->id, cur_cp->from_w_fl); in php_win32_cp_conv_cur_to_w()
96 return php_win32_cp_to_w_int(in, in_len, out_len, cp, flags); in php_win32_cp_conv_to_w()

Completed in 9 milliseconds