Searched refs:Perl_utf8n_to_uvchr (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutf8.h61 #define Perl_utf8n_to_uvchr Perl_utf8n_to_uvuni macro
H A Dutf8.c548 return Perl_utf8n_to_uvchr(aTHX_ s, UTF8_MAXLEN, retlen,
1809 #undef Perl_utf8n_to_uvchr macro
1811 Perl_utf8n_to_uvchr(pTHX_ U8 *s, STRLEN curlen, STRLEN *retlen, U32 flags) function
H A Dembed.h1115 #define utf8n_to_uvchr Perl_utf8n_to_uvchr
3639 #define utf8n_to_uvchr(a,b,c,d) Perl_utf8n_to_uvchr(aTHX_ a,b,c,d)
H A Dproto.h805 PERL_CALLCONV UV Perl_utf8n_to_uvchr(pTHX_ U8 *s, STRLEN curlen, STRLEN* retlen, U32 flags);

Completed in 53 milliseconds