Searched refs:PL_utf8_space (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutf8.c1267 if (!PL_utf8_space)
1268 PL_utf8_space = swash_init("utf8", "IsSpacePerl", &PL_sv_undef, 0, 0);
1269 return swash_fetch(PL_utf8_space, p, TRUE) != 0;
H A Dperlapi.h641 #undef PL_utf8_space
642 #define PL_utf8_space (*Perl_Iutf8_space_ptr(aTHX))
H A Dregexec.c1365 if (*s == ' ' || swash_fetch(PL_utf8_space,(U8*)s, do_utf8)) {
1423 if (!(*s == ' ' || swash_fetch(PL_utf8_space,(U8*)s, do_utf8))) {
2656 ? swash_fetch(PL_utf8_space, (U8*)locinput, do_utf8)
2686 ? swash_fetch(PL_utf8_space, (U8*)locinput, do_utf8)
4148 swash_fetch(PL_utf8_space,(U8*)scan, do_utf8))) {
4177 swash_fetch(PL_utf8_space,(U8*)scan, do_utf8))) {
H A Dembedvar.h460 #define PL_utf8_space (PERL_GET_INTERP->Iutf8_space) macro
782 #define PL_utf8_space (vTHX->Iutf8_space) macro
1107 #define PL_Iutf8_space PL_utf8_space
H A Dperl.c793 SvREFCNT_dec(PL_utf8_space);
813 PL_utf8_space = Nullsv;
H A Dsv.c11132 PL_utf8_space = sv_dup_inc(proto_perl->Iutf8_space, param);

Completed in 1423 milliseconds