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 D | 5025007 | 3 utf8_hop_back # U
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5025007 | 10 utf8_hop_back # U
|
/openbsd/gnu/usr.bin/perl/ |
H A D | inline.h | 3020 return utf8_hop_back(s, off, start); in Perl_utf8_hop_safe()
|
H A D | regcomp.c | 7223 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 D | dump.c | 209 restart = isuni ? (char *)utf8_hop_back((U8*)end,-tail,(U8*)pv) : end - tail; in Perl_pv_escape()
|
H A D | sv.c | 7510 send = utf8_hop_back(send, -backw, start); 7905 end = utf8_hop_back(end, -1, target);
|
H A D | pp.c | 871 s = (char *) utf8_hop_back((U8 *) send, -1, (U8 *) start); in S_do_chomp()
|
H A D | embed.h | 787 # define utf8_hop_back Perl_utf8_hop_back macro
|
H A D | regexec.c | 11457 prev_cp_start = utf8_hop_back(s, -1, strbeg); in Perl_is_grapheme()
|
H A D | toke.c | 7083 …d = UTF ? (char *) utf8_hop_back((U8 *) s, -UNRECOGNIZED_PRECEDE_COUNT, (U8 *)d) : s - UNRECOGNIZE… in yyl_croak_unrecognised()
|
H A D | embed.fnc | 3609 ARTdip |U8 * |utf8_hop_back |NN const U8 *s \
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perl5260delta.pod | 2483 L<C<utf8_hop_back()>|perlapi/utf8_hop_back> are
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | embed.fnc | 2583 AipdRT |U8* |utf8_hop_back|NN const U8 *s|SSize_t off|NN const U8 *start
|