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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregexec.c107 #define CHR_SVLEN(sv) (do_utf8 ? sv_len_utf8(sv) : SvCUR(sv))
397 int do_utf8 = sv ? SvUTF8(sv) : 0; /* if no sv we have to assume bytes */ local
405 RX_MATCH_UTF8_set(prog,do_utf8);
445 if (do_utf8) {
567 (check == (do_utf8 ? prog->anchored_utf8 : prog->anchored_substr) ? "anchored" : "floating"),
590 if (do_utf8 ? (prog->float_utf8 && prog->anchored_utf8) : (prog->float_substr && prog->anchored_substr)) {
595 if (check == (do_utf8 ? prog->float_utf8 : prog->float_substr)) {
604 && (!do_utf8
618 must = do_utf8 ? prog->anchored_utf8 : prog->anchored_substr;
678 must = do_utf8
962 register bool do_utf8 = PL_reg_match_utf8; local
1625 bool do_utf8 = DO_UTF8(sv); local
2267 register bool do_utf8 = PL_reg_match_utf8; local
4021 register bool do_utf8 = PL_reg_match_utf8; local
4360 S_reginclass(pTHX_ register regnode *n, register U8* p, STRLEN* lenp, register bool do_utf8) argument
[all...]
H A Dpp.c4398 bool do_utf8 = DO_UTF8(sv); local
4405 STRLEN slen = do_utf8 ? utf8_length((U8*)s, (U8*)strend) : (strend - s);
4430 RX_MATCH_UTF8_set(rx, do_utf8);
4503 if (do_utf8)
4525 if (do_utf8)
4531 else if (do_utf8 == ((rx->reganch & ROPT_UTF8) != 0) &&
4551 if (do_utf8)
4556 if (do_utf8)
4573 if (do_utf8)
4578 if (do_utf8)
[all...]
H A Dutf8.c1632 Perl_swash_fetch(pTHX_ SV *sv, U8 *ptr, bool do_utf8) argument
1645 if (!do_utf8 && !UNI_IS_INVARIANT(c)) {
H A Dregcomp.c4739 bool do_utf8 = is_utf8_string((U8*)STRING(o), STR_LEN(o)); local
4740 char *s = do_utf8 ?
4744 int len = do_utf8 ?
H A Dproto.h776 PERL_CALLCONV UV Perl_swash_fetch(pTHX_ SV *sv, U8 *ptr, bool do_utf8);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.xs611 bool do_utf8 = FALSE;
634 do_utf8 = DO_UTF8(keysv);
653 with utf8 encoded characters in will end up inside do_utf8
662 if (do_utf8) {

Completed in 43 milliseconds