Searched refs:get_regex_charset (Results 1 – 9 of 9) sorted by relevance
75 get_regex_charset(const U32 flags)79 get_regex_charset(const U32 flags) in get_regex_charset() function
747 #define LOC (get_regex_charset(RExC_flags) == REGEX_LOCALE_CHARSET)748 #define DEPENDS_SEMANTICS (get_regex_charset(RExC_flags) \750 #define UNI_SEMANTICS (get_regex_charset(RExC_flags) == REGEX_UNICODE_CHARSET)751 #define AT_LEAST_UNI_SEMANTICS (get_regex_charset(RExC_flags) \753 #define ASCII_RESTRICTED (get_regex_charset(RExC_flags) \755 #define AT_LEAST_ASCII_RESTRICTED (get_regex_charset(RExC_flags) \757 #define ASCII_FOLD_RESTRICTED (get_regex_charset(RExC_flags) \
1092 if (get_regex_charset(RX_EXTFLAGS(re)) != REGEX_DEPENDS_CHARSET) { in XS()
357 if ((cs = get_regex_charset(flags)) != REGEX_DEPENDS_CHARSET) { in S_regdump_extflags()
6631 TAINT_IF(get_regex_charset(RX_EXTFLAGS(rx)) == REGEX_LOCALE_CHARSET &&6677 else if (get_regex_charset(RX_EXTFLAGS(rx)) == REGEX_LOCALE_CHARSET) {6709 else if (get_regex_charset(RX_EXTFLAGS(rx)) == REGEX_LOCALE_CHARSET)6746 else if (get_regex_charset(RX_EXTFLAGS(rx)) == REGEX_LOCALE_CHARSET)
1133 bool has_charset = RExC_utf8 || (get_regex_charset(RExC_rx->extflags) in S_set_regex_pv()1406 regex_charset initial_charset = get_regex_charset(orig_rx_flags); in Perl_re_op_compile()2592 cs = get_regex_charset(RExC_flags); in S_parse_lparen_question_flags()5454 op = get_regex_charset(RExC_flags); in S_compute_EXACTish()5738 regex_charset charset = get_regex_charset(RExC_flags); in S_regatom()
3506 switch (get_regex_charset(flags)) { in S_get_regex_charset_name()
10747 || get_regex_charset(*pmfl) in S_pmflag()
159 C<get_regex_charset(const U32 flags)>. The only currently documented