Searched refs:REGEX_LOCALE_CHARSET (Results 1 – 9 of 9) sorted by relevance
48 REGEX_LOCALE_CHARSET, enumerator
747 #define LOC (get_regex_charset(RExC_flags) == REGEX_LOCALE_CHARSET)
365 case REGEX_LOCALE_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)
3508 case REGEX_LOCALE_CHARSET: return LOCALE_PAT_MODS; in S_get_regex_charset_name()
2634 cs = REGEX_LOCALE_CHARSET; in S_parse_lparen_question_flags()9121 set_regex_charset(&RExC_flags, REGEX_LOCALE_CHARSET); in S_handle_regex_sets()
10728 set_regex_charset(pmfl, REGEX_LOCALE_CHARSET); in S_pmflag()
7267 set_regex_charset(&(pmop->op_pmflags), REGEX_LOCALE_CHARSET); in Perl_newPMOP()
160 value returned from it is REGEX_LOCALE_CHARSET, which is set if168 =for apidoc Amnh||REGEX_LOCALE_CHARSET