Home
last modified time | relevance | path

Searched refs:OP_PROP (Results 1 – 8 of 8) sorted by relevance

/external/pcre/dist/
Dpcre_study.c237 cc += (cc[1] == OP_PROP || cc[1] == OP_NOTPROP)? 4 : 2; in find_minlength()
256 cc += 2 + IMM2_SIZE + ((cc[1 + IMM2_SIZE] == OP_PROP in find_minlength()
262 case OP_PROP: in find_minlength()
313 if (cc[1] == OP_PROP || cc[1] == OP_NOTPROP) cc += 2; in find_minlength()
320 if (cc[1 + IMM2_SIZE] == OP_PROP in find_minlength()
888 case OP_PROP: in set_start_bits()
Dpcre_printint.c273 const char *not = (*code == OP_PROP)? "" : "not "; in print_prop()
495 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) in pcre_printint()
529 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in pcre_printint()
631 case OP_PROP: in pcre_printint()
Dpcre_compile.c1859 if (cc[1 + IMM2_SIZE] == OP_PROP || cc[1 + IMM2_SIZE] == OP_NOTPROP) in find_fixedlength()
1866 case OP_PROP: in find_fixedlength()
2100 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in PRIV()
2107 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in PRIV()
2217 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in find_recurse()
2224 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in find_recurse()
2538 case OP_PROP: in could_be_empty_branch()
2596 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in could_be_empty_branch()
2604 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in could_be_empty_branch()
2972 case OP_PROP: in get_chr_property_list()
[all …]
Dpcre_dfa_exec.c724 case OP_PROP: codevalue += OP_PROP_EXTRA; break; in internal_dfa_exec()
1066 case OP_PROP: in internal_dfa_exec()
1146 OK = codevalue != OP_PROP; in internal_dfa_exec()
1150 if (OK == (codevalue == OP_PROP)) { ADD_NEW(state_offset + 3, 0); } in internal_dfa_exec()
1404 OK = codevalue != OP_PROP; in internal_dfa_exec()
1408 if (OK == (d == OP_PROP)) in internal_dfa_exec()
1656 OK = codevalue != OP_PROP; in internal_dfa_exec()
1660 if (OK == (d == OP_PROP)) in internal_dfa_exec()
1933 OK = codevalue != OP_PROP; in internal_dfa_exec()
1937 if (OK == (d == OP_PROP)) in internal_dfa_exec()
Dpcre_exec.c2541 case OP_PROP: in match()
2567 if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP)) in match()
2572 if ((ecode[2] != prop->chartype) == (op == OP_PROP)) in match()
2577 if ((ecode[2] != prop->script) == (op == OP_PROP)) in match()
2621 { if (op == OP_PROP) { RRETURN(MATCH_NOMATCH); } else break; } in match()
2623 { if (op == OP_PROP) break; else { RRETURN(MATCH_NOMATCH); } } in match()
4136 if (ctype == OP_PROP || ctype == OP_NOTPROP) in match()
DHACKING298 OP_PROP and OP_NOTPROP are used for positive and negative matches of a
307 three units: OP_PROP or OP_NOTPROP, and then the desired property type and
Dpcre_internal.h1899 OP_PROP, /* 16 \p (Unicode property) */ enumerator
Dpcre_jit_compile.c607 case OP_PROP: in next_opcode()
1349 case OP_PROP: in get_framesize()
3372 case OP_PROP: in scan_prefix()
5366 case OP_PROP: in compile_char1_matchingpath()
7898 case OP_PROP: in compile_iterator_matchingpath()
8252 case OP_PROP: in compile_matchingpath()