Searched refs:mb_wchar_to_utf7 (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_utf7.c | 36 static void mb_wchar_to_utf7(uint32_t *in, size_t len, mb_convert_buf *buf, bool end); 64 mb_wchar_to_utf7, 629 static void mb_wchar_to_utf7(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_utf7() function 662 MB_CONVERT_ERROR(buf, out, limit, w, mb_wchar_to_utf7); in mb_wchar_to_utf7() 695 MB_CONVERT_ERROR(buf, out, limit, w, mb_wchar_to_utf7); in mb_wchar_to_utf7()
|
Completed in 4 milliseconds