Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_xclass.c163 case PT_ALNUM: in PRIV()
Dpcre2_dfa_match.c1184 case PT_ALNUM: in internal_dfa_match()
1442 case PT_ALNUM: in internal_dfa_match()
1683 case PT_ALNUM: in internal_dfa_match()
1949 case PT_ALNUM: in internal_dfa_match()
Dpcre2_auto_possess.c220 case PT_ALNUM: in check_char_prop()
Dpcre2_match.c2380 case PT_ALNUM: in match()
2627 case PT_ALNUM: in match()
3368 case PT_ALNUM: in match()
3892 case PT_ALNUM: in match()
Dpcre2_internal.h1220 #define PT_ALNUM 5 /* Alphanumeric - the union of L and N */ macro
Dpcre2_tables.c810 { 1466, PT_ALNUM, 0 },
Dpcre2_jit_compile.c6529 case PT_ALNUM: in compile_xclass_matchingpath()
6835 case PT_ALNUM: in compile_xclass_matchingpath()
6838 OP_FLAGS((*cc == PT_ALNUM) ? SLJIT_MOV : SLJIT_OR, TMP2, 0, SLJIT_LESS_EQUAL); in compile_xclass_matchingpath()
Dpcre2_compile.c680 PT_ALNUM, 0, /* alnum */