Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_xclass.c163 case PT_ALNUM: in PRIV()
Dpcre2_dfa_match.c1043 case PT_ALNUM: in internal_dfa_match()
1301 case PT_ALNUM: in internal_dfa_match()
1553 case PT_ALNUM: in internal_dfa_match()
1830 case PT_ALNUM: in internal_dfa_match()
Dpcre2_auto_possess.c220 case PT_ALNUM: in check_char_prop()
Dpcre2_match.c2668 case PT_ALNUM: in match()
4328 case PT_ALNUM: in match()
5070 case PT_ALNUM: in match()
5583 case PT_ALNUM: in match()
Dpcre2_internal.h1229 #define PT_ALNUM 5 /* Alphanumeric - the union of L and N */ macro
Dpcre2_tables.c749 { 1320, PT_ALNUM, 0 },
Dpcre2_jit_compile.c5570 case PT_ALNUM: in compile_xclass_matchingpath()
5866 case PT_ALNUM: in compile_xclass_matchingpath()
5869 …OP_FLAGS((*cc == PT_ALNUM) ? SLJIT_MOV : SLJIT_OR, TMP2, 0, (*cc == PT_ALNUM) ? SLJIT_UNUSED : TMP… in compile_xclass_matchingpath()