Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dmbstring.c2101 size_t needed_codepoints = MIN(out_len - from, len); in mb_get_substr_slow() local
2102 enc->from_wchar(wchar_buf + from, needed_codepoints, &buf, !in_len || out_len >= len); in mb_get_substr_slow()
2104 len -= needed_codepoints; in mb_get_substr_slow()

Completed in 20 milliseconds