Searched refs:UNISKIP (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutf8.h127 #define UNISKIP(uv) ( (uv) < 0x80 ? 1 : \ macro
136 #define UNISKIP(uv) ( (uv) < 0x80 ? 1 : \
H A Dutf8.c83 STRLEN len = UNISKIP(uv);
211 if ((STRLEN)UNISKIP(uv) < len)
448 } else if ((expectlen > (STRLEN)UNISKIP(uv)) &&
505 expectlen, expectlen == 1 ? "": "s", UNISKIP(uv), startbyte);
1412 (svp = hv_fetch(hv, (const char*)tmpbuf, UNISKIP(uv1), FALSE)) &&
H A Dutfebcdic.h391 #define UNISKIP(uv) ( (uv) < 0xA0 ? 1 : \ macro
H A Dperl.c2566 SvGROW(PL_rs, (STRLEN)(UNISKIP(rschar) + 1));
2569 SvCUR_set(PL_rs, UNISKIP(rschar));
H A Dpp.c2392 targlen += UNISKIP(~c);
3259 SvGROW(TARG, (STRLEN)UNISKIP(value)+1);
H A Dregexec.c4372 plen = lenp ? *lenp : UNISKIP(NATIVE_TO_UNI(c));
4417 *lenp = UNISKIP(NATIVE_TO_UNI(c));
H A Dregcomp.c4178 if (foldlen == (STRLEN)UNISKIP(f))
4394 *lenp = SIZE_ONLY ? UNISKIP(uv) : (uvchr_to_utf8((U8*)s, uv) - (U8*)s);
H A Dop.c2527 UNISKIP(tfirst) < UNISKIP(rfirst + diff));
H A Dtoke.c1654 STRLEN need = UNISKIP(NATIVE_TO_UNI(uv));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A DNormalize.xs397 leftcur = UNISKIP(uvComp);
398 rightcur = UNISKIP(uvS) + UNISKIP(uv);

Completed in 78 milliseconds