Home
last modified time | relevance | path

Searched refs:OP_PLUS (Results 1 – 14 of 14) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_auto_possess.c334 list[1] = (c != OP_PLUS && c != OP_MINPLUS && c != OP_EXACT && in get_chr_property_list()
1081 list[1] = c == OP_STAR || c == OP_PLUS || c == OP_QUERY || c == OP_UPTO; in PRIV()
1096 case OP_PLUS: in PRIV()
1097 *code += OP_POSPLUS - OP_PLUS; in PRIV()
1230 case OP_PLUS: in PRIV()
Dpcre2_find_bracket.c184 case OP_PLUS: in PRIV()
Dpcre2_pattern_info.c290 case OP_PLUS: in pcre2_callout_enumerate()
Dpcre2_study.c276 case OP_PLUS: in find_minlength()
1135 case OP_PLUS: in set_start_bits()
Dpcre2_printint.c461 case OP_PLUS: in pcre2_printint()
Dpcre2_compile.c1212 case OP_PLUS: in find_fixedlength()
1614 case OP_PLUS: in could_be_empty_branch()
2574 case OP_PLUS: in find_recurse()
5294 *code++ = OP_PLUS + repeat_type; in compile_branch()
8199 case OP_PLUS: in find_firstassertedcu()
Dpcre2_internal.h1397 OP_PLUS, /* 35 the minimizing one second. */ enumerator
Dpcre2_jit_compile.c715 case OP_PLUS: in next_opcode()
956 case OP_PLUS: in is_accelerated_repeat()
1258 case OP_PLUS: \
3544 case OP_PLUS: in scan_prefix()
8706 if (*opcode == OP_PLUS || *opcode == OP_MINPLUS) in get_iterator_parameters()
8709 *opcode -= OP_PLUS - OP_STAR; in get_iterator_parameters()
8768 case OP_PLUS: in get_iterator_parameters()
8771 *opcode -= OP_PLUS - OP_STAR; in get_iterator_parameters()
9401 case OP_PLUS: in compile_matchingpath()
10534 case OP_PLUS: in compile_backtrackingpath()
Dpcre2_dfa_match.c2251 case OP_PLUS: in internal_dfa_match()
Dpcre2_match.c3480 case OP_PLUS: in match()
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DOpCodes.java187 public static final int OP_PLUS = 10; field in OpCodes
DCompiler.java141 case OpCodes.OP_PLUS : in compile()
DXPathParser.java1012 insertOp(addPos, 2, OpCodes.OP_PLUS); in AdditiveExpr()
/external/pcre/dist2/
DHACKING270 OP_PLUS OP_PLUSI