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.c1218 c == CHAR_UNDERSCORE; in internal_dfa_match()
1476 c == CHAR_UNDERSCORE; in internal_dfa_match()
1717 c == CHAR_UNDERSCORE; in internal_dfa_match()
1983 c == CHAR_UNDERSCORE; in internal_dfa_match()
Dpcre2_internal.h747 #define CHAR_UNDERSCORE '_' macro
1033 #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.c2410 fc == CHAR_UNDERSCORE) == (Fop == OP_NOTPROP)) in match()
2685 fc == CHAR_UNDERSCORE) == (Lctype == OP_NOTPROP)) in match()
3437 fc == CHAR_UNDERSCORE) == (Lctype == OP_NOTPROP)) in match()
3957 fc == CHAR_UNDERSCORE) == (Lctype == OP_NOTPROP)) in match()
Dpcre2_compile.c523 CHAR_CIRCUMFLEX_ACCENT, CHAR_UNDERSCORE,
2288 c != CHAR_UNDERSCORE) break; in read_name()
Dpcre2_jit_compile.c6769 jump = CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, CHAR_UNDERSCORE); in check_wordboundary()
6812 jump = CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, CHAR_UNDERSCORE); in check_wordboundary()
7999 …OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, (sljit_sw)(CHAR_UNDERSCORE - cha… in compile_xclass_matchingpath()