Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_xclass.c191 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV()
Dpcre2_dfa_match.c1211 c == CHAR_UNDERSCORE; in internal_dfa_match()
1469 c == CHAR_UNDERSCORE; in internal_dfa_match()
1710 c == CHAR_UNDERSCORE; in internal_dfa_match()
1976 c == CHAR_UNDERSCORE; in internal_dfa_match()
Dpcre2_internal.h741 #define CHAR_UNDERSCORE '_' macro
1013 #define CHAR_UNDERSCORE '\137' macro
Dpcre2_auto_possess.c244 c == CHAR_UNDERSCORE) == negated; in check_char_prop()
Dpcre2_convert.c558 case 13: return isalnum(c) || c == CHAR_UNDERSCORE; in convert_glob_char_in_class()
Dpcre2_match.c2409 fc == CHAR_UNDERSCORE) == (Fop == OP_NOTPROP)) in match()
2684 fc == CHAR_UNDERSCORE) == (Lctype == OP_NOTPROP)) in match()
3436 fc == CHAR_UNDERSCORE) == (Lctype == OP_NOTPROP)) in match()
3956 fc == CHAR_UNDERSCORE) == (Lctype == OP_NOTPROP)) in match()
Dpcre2_jit_compile.c5612 jump = CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, CHAR_UNDERSCORE); in check_wordboundary()
5656 jump = CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, CHAR_UNDERSCORE); in check_wordboundary()
6831 …OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, (sljit_sw)(CHAR_UNDERSCORE - cha… in compile_xclass_matchingpath()
Dpcre2_compile.c514 CHAR_CIRCUMFLEX_ACCENT, CHAR_UNDERSCORE,