Searched refs:CHAR_UNDERSCORE (Results 1 – 6 of 6) sorted by relevance
/external/pcre/dist/ |
D | pcre_xclass.c | 190 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV()
|
D | pcre_dfa_exec.c | 1125 c == CHAR_UNDERSCORE; in internal_dfa_exec() 1383 c == CHAR_UNDERSCORE; in internal_dfa_exec() 1635 c == CHAR_UNDERSCORE; in internal_dfa_exec() 1912 c == CHAR_UNDERSCORE; in internal_dfa_exec()
|
D | pcre_internal.h | 1314 #define CHAR_UNDERSCORE '_' macro 1577 #define CHAR_UNDERSCORE '\137' macro
|
D | pcre_exec.c | 2612 c == CHAR_UNDERSCORE) == (op == OP_NOTPROP)) in match() 4287 if ((category == ucp_L || category == ucp_N || c == CHAR_UNDERSCORE) in match() 5040 c == CHAR_UNDERSCORE) in match() 5549 c == CHAR_UNDERSCORE) == prop_fail_result) in match()
|
D | pcre_compile.c | 176 CHAR_CIRCUMFLEX_ACCENT, CHAR_UNDERSCORE, 2822 c == CHAR_UNDERSCORE) == negated; in check_char_prop()
|
D | pcre_jit_compile.c | 4119 jump = CMP(SLJIT_C_EQUAL, TMP1, 0, SLJIT_IMM, CHAR_UNDERSCORE); in check_wordboundary() 4163 jump = CMP(SLJIT_C_EQUAL, TMP1, 0, SLJIT_IMM, CHAR_UNDERSCORE); in check_wordboundary() 5071 …OP2(SLJIT_SUB | SLJIT_SET_E, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, (sljit_sw)(CHAR_UNDERSCORE - cha… in compile_xclass_matchingpath()
|