Searched refs:PL_utf8locale (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dlocale.c479 /* Set PL_utf8locale to TRUE if using PerlIO _and_
491 If PL_utf8locale and PL_unicode (set by -C or by $ENV{PERL_UNICODE})
521 PL_utf8locale = TRUE;
H A Dperlapi.h655 #undef PL_utf8locale
656 #define PL_utf8locale (*Perl_Iutf8locale_ptr(aTHX))
H A Dembedvar.h467 #define PL_utf8locale (PERL_GET_INTERP->Iutf8locale) macro
789 #define PL_utf8locale (vTHX->Iutf8locale) macro
1114 #define PL_Iutf8locale PL_utf8locale
H A Dperl.c1700 * PL_utf8locale is conditionally turned on by
1705 if (!(PL_unicode & PERL_UNICODE_LOCALE_FLAG) || PL_utf8locale) {
4081 if (!(PL_unicode & PERL_UNICODE_LOCALE_FLAG) || PL_utf8locale) {
H A Dsv.c11150 PL_utf8locale = proto_perl->Iutf8locale;

Completed in 340 milliseconds