Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_xclass.c190 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV()
Dpcre_dfa_exec.c1125 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()
Dpcre_internal.h1314 #define CHAR_UNDERSCORE '_' macro
1577 #define CHAR_UNDERSCORE '\137' macro
Dpcre_exec.c2612 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()
Dpcre_compile.c176 CHAR_CIRCUMFLEX_ACCENT, CHAR_UNDERSCORE,
2822 c == CHAR_UNDERSCORE) == negated; in check_char_prop()
Dpcre_jit_compile.c4119 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()