Searched refs:utf8n_to_uvchr_error (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
H A D | 5025006 | 25 utf8n_to_uvchr_error # U
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5025006 | 42 utf8n_to_uvchr_error # U
|
/openbsd/gnu/usr.bin/perl/ |
H A D | utf8.h | 158 utf8n_to_uvchr_error(s, len, lenp, flags, 0) 159 #define utf8n_to_uvchr_error(s, len, lenp, flags, errors) \ macro
|
H A D | utf8.c | 83 (void) utf8n_to_uvchr_error(p, e - p, NULL, flags & ~UTF8_CHECK_ONLY, &errors); in Perl__force_out_malformed_utf8_message() 1174 return utf8n_to_uvchr_error(s, curlen, retlen, flags, NULL); in Perl_utf8n_to_uvchr()
|
H A D | embed.fnc | 3627 AMTdp |UV |utf8n_to_uvchr_error \
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perl5260delta.pod | 2466 A new function, L<C<utf8n_to_uvchr_error>|perlapi/utf8n_to_uvchr_error>,
|
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/ |
H A D | APItest.xs | 1722 ret = utf8n_to_uvchr_error((U8*) s,
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | embed.fnc | 2607 AdMTp |UV |utf8n_to_uvchr_error|NN const U8 *s \
|