Home
last modified time | relevance | path

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

/PHP-8.2/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf32.c35 static size_t mb_utf32be_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsize…
65 mb_utf32be_to_wchar,
254 return mb_utf32be_to_wchar(in, in_len, buf, bufsize, NULL); in mb_utf32_to_wchar()
279 return mb_utf32be_to_wchar(in, in_len, buf, bufsize, NULL); in mb_utf32_to_wchar()
282 static size_t mb_utf32be_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsize… in mb_utf32be_to_wchar() function

Completed in 5 milliseconds