Searched refs:utf8_hop (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A DNormalize.xs33 /* utf8_hop() hops back before start. Maybe broken UTF-8 */
585 pCan = utf8_hop(eCan, -1);
731 p = utf8_hop(p, -1);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sys.c1662 offset = utf8_hop((U8 *)buffer,offset) - (U8 *) buffer;
1860 buffer = (char*)utf8_hop((U8 *)buffer, offset);
1861 length = utf8_hop((U8 *)buffer, length) - (U8 *)buffer;
H A Dpp.c4557 s = (char*)utf8_hop((U8*)m, len);
4579 s = (char*)utf8_hop((U8*)m, len);
H A Dembed.h1109 #define utf8_hop Perl_utf8_hop macro
3633 #define utf8_hop(a,b) Perl_utf8_hop(aTHX_ a,b) macro
H A Dpp_hot.c1432 char *t = (char*)utf8_hop((U8*)s, rx->minlen);
H A Dregcomp.c1291 old = utf8_hop((U8*)s, old) - (U8*)s;
H A Dtoke.c1250 char *c = (char*)utf8_hop((U8*)d, -1);

Completed in 255 milliseconds