Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dutf8237 return Perl_utf8_to_uvchr_buf_helper(aTHX_ s, send, retlen);
242 if (send > s) return Perl_utf8_to_uvchr_buf_helper(aTHX_ s, send, retlen);
/openbsd/gnu/usr.bin/perl/
H A Dinline.h3344 Perl_utf8_to_uvchr_buf_helper(pTHX_ const U8 *s, const U8 *send, STRLEN *retlen) in Perl_utf8_to_uvchr_buf_helper() function
H A Dembed.h792 # define utf8_to_uvchr_buf_helper(a,b,c) Perl_utf8_to_uvchr_buf_helper(aTHX_ a,b,c)
H A Dproto.h10100 Perl_utf8_to_uvchr_buf_helper(pTHX_ const U8 *s, const U8 *send, STRLEN *retlen);