Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_xclass.c198 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV()
H A Dpcre2_dfa_match.c1230 c == CHAR_UNDERSCORE; in internal_dfa_match()
1502 c == CHAR_UNDERSCORE; in internal_dfa_match()
1757 c == CHAR_UNDERSCORE; in internal_dfa_match()
2038 c == CHAR_UNDERSCORE; in internal_dfa_match()
H A Dpcre2_internal.h748 #define CHAR_UNDERSCORE '_' macro
1045 #define CHAR_UNDERSCORE '\137' macro
H A Dpcre2_auto_possess.c253 c == CHAR_UNDERSCORE) == negated; in check_char_prop()
H A Dpcre2_convert.c557 case 13: return isalnum(c) || c == CHAR_UNDERSCORE; in convert_glob_char_in_class()
H A Dpcre2_match.c2508 fc == CHAR_UNDERSCORE) == notmatch) in match()
2817 fc == CHAR_UNDERSCORE) == notmatch) in match()
3625 fc == CHAR_UNDERSCORE) == (Lctype == OP_NOTPROP)) in match()
4203 fc == CHAR_UNDERSCORE) == notmatch) in match()
H A Dpcre2_compile.c535 CHAR_CIRCUMFLEX_ACCENT, CHAR_UNDERSCORE,
2418 c != CHAR_UNDERSCORE) break; in read_name()
H A Dpcre2_jit_compile.c6674 jump = CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, CHAR_UNDERSCORE); in check_wordboundary()
6720 jump = CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, CHAR_UNDERSCORE); in check_wordboundary()
8078 OP2U(SLJIT_SUB | SLJIT_SET_Z, TMP1, 0, SLJIT_IMM, (sljit_sw)(CHAR_UNDERSCORE - charoffset)); in compile_xclass_matchingpath()

Completed in 96 milliseconds