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.c1191 case PT_ALNUM: in internal_dfa_match()
1449 case PT_ALNUM: in internal_dfa_match()
1690 case PT_ALNUM: in internal_dfa_match()
1956 case PT_ALNUM: in internal_dfa_match()
Dpcre2_auto_possess.c220 case PT_ALNUM: in check_char_prop()
Dpcre2_match.c2381 case PT_ALNUM: in match()
2628 case PT_ALNUM: in match()
3369 case PT_ALNUM: in match()
3893 case PT_ALNUM: in match()
Dpcre2_tables.c813 { 1474, PT_ALNUM, 0 },
Dpcre2_internal.h1254 #define PT_ALNUM 5 /* Alphanumeric - the union of L and N */ macro
Dpcre2_jit_compile.c7668 case PT_ALNUM: in compile_xclass_matchingpath()
8003 case PT_ALNUM: in compile_xclass_matchingpath()
8006 OP_FLAGS((*cc == PT_ALNUM) ? SLJIT_MOV : SLJIT_OR, TMP2, 0, SLJIT_LESS_EQUAL); in compile_xclass_matchingpath()
Dpcre2_compile.c729 PT_ALNUM, 0, /* alnum */