Searched refs:uvchr_to_utf8 (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutf8.c929 uvchr_to_utf8(tmpbuf, c);
937 uvchr_to_utf8(tmpbuf, c);
945 uvchr_to_utf8(tmpbuf, c);
953 uvchr_to_utf8(tmpbuf, c);
961 uvchr_to_utf8(tmpbuf, c);
969 uvchr_to_utf8(tmpbuf, c);
977 uvchr_to_utf8(tmpbuf, c);
985 uvchr_to_utf8(tmpbuf, c);
993 uvchr_to_utf8(tmpbuf, c);
1001 uvchr_to_utf8(tmpbu
[all...]
H A Ddoop.c71 d = uvchr_to_utf8(d, ch);
220 d = uvchr_to_utf8(d, ch);
231 d = uvchr_to_utf8(d, ch);
260 d = uvchr_to_utf8(d, tbl[comp+1]);
262 d = uvchr_to_utf8(d, tbl[0x100+rlen]);
267 d = uvchr_to_utf8(d, ch);
1213 dc = (char*)uvchr_to_utf8((U8*)dc, duc);
1228 dc = (char*)uvchr_to_utf8((U8*)dc, duc);
1240 dc = (char*)uvchr_to_utf8((U8*)dc, duc);
H A Dperl.c311 s = uvchr_to_utf8(s, (UV)PERL_REVISION);
312 s = uvchr_to_utf8(s, (UV)PERL_VERSION);
313 s = uvchr_to_utf8(s, (UV)PERL_SUBVERSION);
2568 uvchr_to_utf8(tmps, rschar);
H A Dregcomp.c4394 *lenp = SIZE_ONLY ? UNISKIP(uv) : (uvchr_to_utf8((U8*)s, uv) - (U8*)s);
4843 U8 *e = uvchr_to_utf8(s, i);
4853 for(e = uvchr_to_utf8(s, rangestart), p = s; p < e; p++)
4857 for (e = uvchr_to_utf8(s, rangestart), p = s; p < e; p++)
4860 for (e = uvchr_to_utf8(s, i - 1), p = s; p < e; p++)
H A Dtoke.c1509 d = (char*)uvchr_to_utf8((U8*)d, uv);
1571 d = uvchr_to_utf8(tmpbuf, UNI_TO_NATIVE(uv));
1661 d = (char*)uvchr_to_utf8((U8*)d, uv);
8060 tmpend = uvchr_to_utf8(tmpbuf, rev);
H A Dregexec.c1083 uvchr_to_utf8(tmpbuf, c);
1122 uvchr_to_utf8(tmpbuf, c);
H A Dembed.h1117 #define uvchr_to_utf8 Perl_uvchr_to_utf8 macro
3641 #define uvchr_to_utf8(a,b) Perl_uvchr_to_utf8(aTHX_ a,b) macro
H A Dpp.c3423 tend = uvchr_to_utf8(tmpbuf, uv);
H A Dsv.c8700 elen = uvchr_to_utf8((U8*)eptr, uv) - utf8buf;

Completed in 415 milliseconds