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 D | utf8 | 237 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 D | inline.h | 3344 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 D | embed.h | 792 # define utf8_to_uvchr_buf_helper(a,b,c) Perl_utf8_to_uvchr_buf_helper(aTHX_ a,b,c)
|
H A D | proto.h | 10100 Perl_utf8_to_uvchr_buf_helper(pTHX_ const U8 *s, const U8 *send, STRLEN *retlen);
|