Home
last modified time | relevance | path

Searched refs:CHAR_UNDERSCORE (Results 1 – 8 of 8) sorted by path

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c244 c == CHAR_UNDERSCORE) == negated; in check_char_prop()
H A Dpcre2_compile.c533 CHAR_CIRCUMFLEX_ACCENT, CHAR_UNDERSCORE,
2310 c != CHAR_UNDERSCORE) break; in read_name()
H A Dpcre2_convert.c558 case 13: return isalnum(c) || c == CHAR_UNDERSCORE; in convert_glob_char_in_class()
H A Dpcre2_dfa_match.c1225 c == CHAR_UNDERSCORE; in internal_dfa_match()
1483 c == CHAR_UNDERSCORE; in internal_dfa_match()
1724 c == CHAR_UNDERSCORE; in internal_dfa_match()
1990 c == CHAR_UNDERSCORE; in internal_dfa_match()
H A Dpcre2_internal.h749 #define CHAR_UNDERSCORE '_' macro
1039 #define CHAR_UNDERSCORE '\137' macro
H A Dpcre2_jit_compile.c6523 jump = CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, CHAR_UNDERSCORE); in check_wordboundary()
6569 jump = CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, CHAR_UNDERSCORE); in check_wordboundary()
7770 …OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, (sljit_sw)(CHAR_UNDERSCORE - cha… in compile_xclass_matchingpath()
H A Dpcre2_match.c2482 fc == CHAR_UNDERSCORE) == (Fop == OP_NOTPROP)) in match()
2757 fc == CHAR_UNDERSCORE) == (Lctype == OP_NOTPROP)) in match()
3509 fc == CHAR_UNDERSCORE) == (Lctype == OP_NOTPROP)) in match()
4029 fc == CHAR_UNDERSCORE) == (Lctype == OP_NOTPROP)) in match()
H A Dpcre2_xclass.c191 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV()

Completed in 130 milliseconds