Home
last modified time | relevance | path

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 D50130073 bytes_cmp_utf8 # U
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D50130073 bytes_cmp_utf8 # U
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dutf8.t170 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 Dpp_ctl.c1534 ? (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 Dhv.c2714 return (bytes_cmp_utf8( in hek_eq_pvn_flags()
2718 return (bytes_cmp_utf8( in hek_eq_pvn_flags()
H A Dsv.c8119 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 Dop.c10000 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 Dembed.h159 # define bytes_cmp_utf8(a,b,c,d) Perl_bytes_cmp_utf8(aTHX_ a,b,c,d) macro
H A Dembed.fnc738 Adp |int |bytes_cmp_utf8 |NN const U8 *b \
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs1627 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 Dembed.fnc2587 Apd |int |bytes_cmp_utf8 |NN const U8 *b|STRLEN blen|NN const U8 *u \