Home
last modified time | relevance | path

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

/PHP-8.2/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf32.c37 static size_t mb_utf32le_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsize…
79 mb_utf32le_to_wchar,
256 return mb_utf32le_to_wchar(in, in_len, buf, bufsize, NULL); in mb_utf32_to_wchar()
270 return mb_utf32le_to_wchar(in, in_len, buf, bufsize, NULL); in mb_utf32_to_wchar()
331 static size_t mb_utf32le_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsize… in mb_utf32le_to_wchar() function

Completed in 5 milliseconds