Searched refs:bytes_cmp_utf8 (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
H A D | 5013007 | 3 bytes_cmp_utf8 # U
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5013007 | 3 bytes_cmp_utf8 # U
|
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/t/ |
H A D | utf8.t | 170 is(bytes_cmp_utf8($left, $copy), $expect, "bytes_cmp_utf8: $desc"); 173 is(bytes_cmp_utf8($right, $left), -$expect, "... and $desc reversed");
|
/openbsd/gnu/usr.bin/perl/ |
H A D | pp_ctl.c | 1534 ? (bytes_cmp_utf8( in S_dopoptolabel() 1537 : (bytes_cmp_utf8( in S_dopoptolabel() 3101 ? (bytes_cmp_utf8( in S_dofindlabel() 3104 : (bytes_cmp_utf8( in S_dofindlabel()
|
H A D | hv.c | 2714 return (bytes_cmp_utf8( in hek_eq_pvn_flags() 2718 return (bytes_cmp_utf8( in hek_eq_pvn_flags()
|
H A D | sv.c | 8119 return bytes_cmp_utf8((const U8*)pv2, cur2, 8124 return bytes_cmp_utf8((const U8*)pv1, cur1, 8282 const int retval = -bytes_cmp_utf8((const U8*)pv2, cur2, 8287 const int retval = bytes_cmp_utf8((const U8*)pv1, cur1,
|
H A D | op.c | 10000 if (bytes_cmp_utf8((const U8 *)cvp, clen, (const U8 *)p, plen) == 0) in Perl_cv_ckproto_len_flags() 10004 if (bytes_cmp_utf8((const U8 *)p, plen, (const U8 *)cvp, clen) == 0) in Perl_cv_ckproto_len_flags()
|
H A D | embed.h | 159 # define bytes_cmp_utf8(a,b,c,d) Perl_bytes_cmp_utf8(aTHX_ a,b,c,d) macro
|
H A D | embed.fnc | 738 Adp |int |bytes_cmp_utf8 |NN const U8 *b \
|
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/ |
H A D | APItest.xs | 1627 bytes_cmp_utf8(bytes, utf8) 1638 RETVAL = bytes_cmp_utf8(b, blen, u, ulen);
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | embed.fnc | 2587 Apd |int |bytes_cmp_utf8 |NN const U8 *b|STRLEN blen|NN const U8 *u \
|