Home
last modified time | relevance | path

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

/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/dist/
Dpcre_byte_order.c215 case OP_PLUS: in pcre_pattern_to_host_byte_order()
Dpcre_compile.c1979 case OP_PLUS: in find_fixedlength()
2146 case OP_PLUS: in PRIV()
2279 case OP_PLUS: in find_recurse()
2560 case OP_PLUS: in could_be_empty_branch()
2889 list[1] = (c != OP_PLUS && c != OP_MINPLUS && c != OP_EXACT && c != OP_POSPLUS); in get_chr_property_list()
3618 list[1] = c == OP_STAR || c == OP_PLUS || c == OP_QUERY || c == OP_UPTO; in auto_possessify()
3632 case OP_PLUS: in auto_possessify()
3633 *code += OP_POSPLUS - OP_PLUS; in auto_possessify()
3761 case OP_PLUS: in auto_possessify()
5726 *code++ = OP_PLUS + repeat_type; in compile_branch()
[all …]
Dpcre_study.c214 case OP_PLUS: in find_minlength()
1037 case OP_PLUS: in set_start_bits()
Dpcre_printint.c477 case OP_PLUS: in pcre_printint()
Dpcre_jit_compile.c687 case OP_PLUS: in next_opcode()
1042 case OP_PLUS: \
3241 case OP_PLUS: in scan_prefix()
7907 case OP_PLUS: in compile_iterator_matchingpath()
7950 if (opcode == OP_PLUS) in compile_iterator_matchingpath()
7955 if (opcode <= OP_PLUS) in compile_iterator_matchingpath()
7962 if (opcode <= OP_PLUS) in compile_iterator_matchingpath()
8290 case OP_PLUS: in compile_matchingpath()
8560 case OP_PLUS: in compile_iterator_backtrackingpath()
8575 if (opcode <= OP_PLUS) in compile_iterator_backtrackingpath()
[all …]
Dpcre_internal.h1930 OP_PLUS, /* 35 the minimizing one second. */ enumerator
DHACKING243 OP_PLUS OP_PLUSI
Dpcre_dfa_exec.c2317 case OP_PLUS: in internal_dfa_exec()
Dpcretest.c2575 case OP_PLUS: in regexflip8_or_16()
Dpcre_exec.c3363 case OP_PLUS: in match()