Home
last modified time | relevance | path

Searched refs:OP_CLASS (Results 1 – 10 of 10) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_auto_possess.c454 case OP_CLASS: in get_chr_property_list()
695 else if (base_list[0] == OP_CLASS || list[0] == OP_CLASS in compare_opcodes()
703 if (base_list[0] == OP_CLASS || (!utf && base_list[0] == OP_NCLASS)) in compare_opcodes()
705 if (base_list[0] == OP_CLASS) in compare_opcodes()
720 case OP_CLASS: in compare_opcodes()
1042 case OP_CLASS: in compare_opcodes()
1156 else if (c == OP_CLASS || c == OP_NCLASS || c == OP_XCLASS) in PRIV()
Dpcre2_study.c400 case OP_CLASS: in find_minlength()
409 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()
411 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()
1486 case OP_CLASS: in set_start_bits()
Dpcre2_match.c1793 case OP_CLASS: in match()
1848 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
1869 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
1902 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
1926 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
1956 if (Fop == OP_CLASS) break; in match()
1992 if (Fop == OP_CLASS) break; in match()
Dpcre2_printint.c638 case OP_CLASS: in pcre2_printint()
Dpcre2_jit_compile.c700 case OP_CLASS: in next_opcode()
1025 case OP_CLASS: in is_accelerated_repeat()
1458 case OP_CLASS: in set_private_data_ptrs()
1678 case OP_CLASS: in get_framesize()
2034 case OP_CLASS: in get_recurse_data_length()
2406 case OP_CLASS: in copy_recurse_data()
3998 case OP_CLASS: in scan_prefix()
7650 case OP_CLASS: in compile_char1_matchingpath()
7670 if (type == OP_CLASS) in compile_char1_matchingpath()
7678 if (type == OP_CLASS) in compile_char1_matchingpath()
[all …]
Dpcre2_internal.h1459 OP_CLASS, /* 110 Match a character class, chars < 256 only */ enumerator
Dpcre2_compile.c5686 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS; in compile_branch()
6516 case OP_CLASS: in compile_branch()
7149 case OP_CLASS: in compile_branch()
Dpcre2_dfa_match.c2546 case OP_CLASS: in internal_dfa_match()
/external/epid-sdk/ext/argtable3/
Dargtable3.c3026 #define OP_CLASS (MAX_CHAR+6) macro
3175 }else ret = trex_newnode(exp,OP_CLASS); in trex_class()
3522 case OP_CLASS: in trex_matchnode()
3523 …if(trex_matchclass(exp,&exp->_nodes[node->left],*str)?(type == OP_CLASS?TRex_True:TRex_False):(typ… in trex_matchnode()
/external/pcre/dist2/
DHACKING570 less than 256, OP_CLASS is used for a positive class, and OP_NCLASS for a
576 The reason for having both OP_CLASS and OP_NCLASS is so that, in UTF-8 and
578 handled correctly. For OP_CLASS they do not match, whereas for OP_NCLASS they