Home
last modified time | relevance | path

Searched refs:utf8_hop_back (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D50250073 utf8_hop_back # U
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D502500710 utf8_hop_back # U
/openbsd/gnu/usr.bin/perl/
H A Dinline.h3020 return utf8_hop_back(s, off, start); in Perl_utf8_hop_safe()
H A Dregcomp.c7223 s = (char *) utf8_hop_back((U8 *) s, -1, in S_regatom()
7255 char *prev_s = (char *) utf8_hop_back((U8 *) s, -1, in S_regatom()
7274 s = (char *) utf8_hop_back((U8 *) s, -1, (U8 *) s_start); in S_regatom()
H A Ddump.c209 restart = isuni ? (char *)utf8_hop_back((U8*)end,-tail,(U8*)pv) : end - tail; in Perl_pv_escape()
H A Dsv.c7510 send = utf8_hop_back(send, -backw, start);
7905 end = utf8_hop_back(end, -1, target);
H A Dpp.c871 s = (char *) utf8_hop_back((U8 *) send, -1, (U8 *) start); in S_do_chomp()
H A Dembed.h787 # define utf8_hop_back Perl_utf8_hop_back macro
H A Dregexec.c11457 prev_cp_start = utf8_hop_back(s, -1, strbeg); in Perl_is_grapheme()
H A Dtoke.c7083 …d = UTF ? (char *) utf8_hop_back((U8 *) s, -UNRECOGNIZED_PRECEDE_COUNT, (U8 *)d) : s - UNRECOGNIZE… in yyl_croak_unrecognised()
H A Dembed.fnc3609 ARTdip |U8 * |utf8_hop_back |NN const U8 *s \
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5260delta.pod2483 L<C<utf8_hop_back()>|perlapi/utf8_hop_back> are
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc2583 AipdRT |U8* |utf8_hop_back|NN const U8 *s|SSize_t off|NN const U8 *start