Searched refs:php_win32_cp_from_w_int (Results 1 – 1 of 1) sorted by relevance
/php-src/win32/ |
H A D | codepage.c | 244 __forceinline static char *php_win32_cp_from_w_int(const wchar_t* in, size_t in_len, size_t *out_le… in php_win32_cp_from_w_int() function 291 return php_win32_cp_from_w_int(in, in_len, out_len, CP_UTF8, WC_ERR_INVALID_CHARS); in php_win32_cp_conv_w_to_utf8() 298 ret = php_win32_cp_from_w_int(in, in_len, out_len, cur_cp->id, cur_cp->from_w_fl); in php_win32_cp_conv_w_to_cur() 305 return php_win32_cp_from_w_int(in, in_len, out_len, cp, flags); in php_win32_cp_conv_from_w()
|
Completed in 8 milliseconds