Searched refs:CHAR_UNDERSCORE (Results 1 – 8 of 8) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_xclass.c | 191 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV()
|
D | pcre2_dfa_match.c | 1211 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()
|
D | pcre2_internal.h | 741 #define CHAR_UNDERSCORE '_' macro 1013 #define CHAR_UNDERSCORE '\137' macro
|
D | pcre2_auto_possess.c | 244 c == CHAR_UNDERSCORE) == negated; in check_char_prop()
|
D | pcre2_convert.c | 558 case 13: return isalnum(c) || c == CHAR_UNDERSCORE; in convert_glob_char_in_class()
|
D | pcre2_match.c | 2409 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()
|
D | pcre2_jit_compile.c | 5612 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()
|
D | pcre2_compile.c | 514 CHAR_CIRCUMFLEX_ACCENT, CHAR_UNDERSCORE,
|