Lines Matching defs:utf8_target

951     const bool utf8_target = (sv && SvUTF8(sv)) ? 1 : 0; /* if no sv we have to assume bytes */  in Perl_re_intuit_start()  local
2288 const bool utf8_target = reginfo->is_utf8_target; in S_find_byclass() local
3508 bool utf8_target) in S_reg_set_capture_string()
3680 const bool utf8_target = cBOOL(DO_UTF8(sv)); in Perl_regexec_flags() local
4476 S_debug_start_match(pTHX_ const REGEXP *prog, const bool utf8_target, in S_debug_start_match()
4511 const bool utf8_target, in S_dump_exec_pos()
4681 const bool utf8_target = reginfo->is_utf8_target; in S_setup_EXACTISH_ST() local
5212 …re, const GCB_enum after, const U8 * const strbeg, const U8 * const curpos, const bool utf8_target) in S_isGCB()
5293 S_backup_one_GCB(pTHX_ const U8 * const strbeg, U8 ** curpos, const bool utf8_target) in S_backup_one_GCB()
5349 const bool utf8_target) in S_isLB()
5570 S_advance_one_LB(pTHX_ U8 ** curpos, const U8 * const strend, const bool utf8_target) in S_advance_one_LB()
5600 S_backup_one_LB(pTHX_ const U8 * const strbeg, U8 ** curpos, const bool utf8_target) in S_backup_one_LB()
5646 const bool utf8_target) in S_isSB()
5836 S_advance_one_SB(pTHX_ U8 ** curpos, const U8 * const strend, const bool utf8_target) in S_advance_one_SB()
5869 S_backup_one_SB(pTHX_ const U8 * const strbeg, U8 ** curpos, const bool utf8_target) in S_backup_one_SB()
5923 const bool utf8_target) in S_isWB()
6104 const bool utf8_target, in S_advance_one_WB()
6142 …kup_one_WB(pTHX_ WB_enum * previous, const U8 * const strbeg, U8 ** curpos, const bool utf8_target) in S_backup_one_WB()
6442 const bool utf8_target = reginfo->is_utf8_target; in S_regmatch() local
10234 bool utf8_target = reginfo->is_utf8_target; in S_regrepeat() local
10905 …st prog, const regnode * const n, const U8* const p, const U8* const p_end, const bool utf8_target) in S_reginclass()
11533 Perl_isSCRIPT_RUN(pTHX_ const U8 * s, const U8 * send, const bool utf8_target) in Perl_isSCRIPT_RUN()