Searched refs:UTF8_MAXLEN (Results 1 - 15 of 15) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutf8.h166 #define UTF8_MAXLEN 13 macro
169 #define UTF8_MAXLEN_UCLC (UTF8_MAXLEN*UTF8_MAXLEN_UCLC_MULT)
172 #define UTF8_MAXLEN_FOLD (UTF8_MAXLEN*UTF8_MAXLEN_FOLD_MULT)
H A Dutf8.c35 of the string C<d>; C<d> should be have at least C<UTF8_MAXLEN+1> free
548 return Perl_utf8n_to_uvchr(aTHX_ s, UTF8_MAXLEN, retlen,
572 return Perl_utf8n_to_uvuni(aTHX_ s, UTF8_MAXLEN, retlen,
928 U8 tmpbuf[UTF8_MAXLEN+1];
936 U8 tmpbuf[UTF8_MAXLEN+1];
944 U8 tmpbuf[UTF8_MAXLEN+1];
952 U8 tmpbuf[UTF8_MAXLEN+1];
960 U8 tmpbuf[UTF8_MAXLEN+1];
968 U8 tmpbuf[UTF8_MAXLEN+1];
976 U8 tmpbuf[UTF8_MAXLEN
[all...]
H A Ddoop.c336 New(0, d, len*3+UTF8_MAXLEN, U8);
368 STRLEN nlen = dend - dstart + len + UTF8_MAXLEN;
371 Renew(dstart, nlen+UTF8_MAXLEN, U8);
478 New(0, d, len*3+UTF8_MAXLEN, U8);
494 STRLEN nlen = dend - dstart + len + UTF8_MAXLEN;
497 Renew(dstart, nlen+UTF8_MAXLEN, U8);
548 STRLEN nlen = dend - dstart + len + UTF8_MAXLEN;
551 Renew(dstart, nlen+UTF8_MAXLEN, U8);
H A Dregexec.c1065 U8 tmpbuf [UTF8_MAXLEN+1];
1073 c = utf8n_to_uvchr((U8*)s, UTF8_MAXLEN, &len,
1100 c = utf8n_to_uvchr((U8*)s, UTF8_MAXLEN, &len,
2441 utf8n_to_uvuni((U8*)l, UTF8_MAXLEN, &ulen,
2455 utf8n_to_uvuni((U8*)s, UTF8_MAXLEN, &ulen,
3585 c1 = utf8n_to_uvuni(tmpbuf1, UTF8_MAXLEN, 0,
3588 c2 = utf8n_to_uvuni(tmpbuf2, UTF8_MAXLEN, 0,
3593 c2 = c1 = utf8n_to_uvchr(s, UTF8_MAXLEN, 0,
3655 UTF8_MAXLEN, &len,
3666 UTF8_MAXLEN,
[all...]
H A Dtoke.c1569 U8 tmpbuf[UTF8_MAXLEN+1], *d;
6933 U8 termstr[UTF8_MAXLEN]; /* terminating string */
8030 U8 tmpbuf[UTF8_MAXLEN+1];
H A Dpp_pack.c2197 SvGROW(cat, SvCUR(cat) + UTF8_MAXLEN + 1);
H A Dperl.c308 SvGROW(PL_patchlevel, UTF8_MAXLEN*3+1);
H A Dpp.c3244 utf8n_to_uvchr(s, UTF8_MAXLEN, 0, UTF8_ALLOW_ANYUV) :
H A Dregcomp.c4840 U8 s[UTF8_MAXLEN+1];
H A Dop.c2401 U8 tmpbuf[UTF8_MAXLEN+1];
H A Dsv.c8435 U8 utf8buf[UTF8_MAXLEN+1];
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.xs169 d = (U8 *) SvGROW(result,SvCUR(result)+UTF8_MAXLEN+1);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A DNormalize.xs156 U8 *t, tmp[3 * UTF8_MAXLEN + 1];
177 U8 *t, tmp[UTF8_MAXLEN + 1];
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.xs129 more += UTF8_MAXLEN; /* insurance policy */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.xs28 UV uv = utf8_to_uv(s, UTF8_MAXLEN, retlen,

Completed in 147 milliseconds