Home
last modified time | relevance | path

Searched refs:OP_CHAR (Results 1 – 11 of 11) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_auto_possess.c340 list[0] = OP_CHAR; in get_chr_property_list()
385 case OP_CHAR: in get_chr_property_list()
394 list[0] = (c == OP_CHARI) ? OP_CHAR : OP_NOT; in get_chr_property_list()
449 list[0] = (c == OP_PROP) ? OP_CHAR : OP_NOT; in get_chr_property_list()
613 if (base_list[0] != OP_CHAR && base_list[0] != OP_CHARI) in compare_opcodes()
690 if (base_list[0] == OP_CHAR) in compare_opcodes()
695 else if (list[0] == OP_CHAR) in compare_opcodes()
935 case OP_CHAR: in compare_opcodes()
1265 case OP_CHAR: in PRIV()
Dpcre2_find_bracket.c153 case OP_CHAR: in PRIV()
Dpcre2_printint.c351 case OP_CHAR: in pcre2_printint()
358 while (*code == OP_CHAR); in pcre2_printint()
Dpcre2_pattern_info.c305 case OP_CHAR: in pcre2_callout_enumerate()
Dpcre2_study.c284 case OP_CHAR: in find_minlength()
1185 case OP_CHAR: in set_start_bits()
Dpcre2_compile.c6772 case OP_CHAR: in compile_branch()
6776 op_type = chartypeoffset[op_previous - OP_CHAR]; in compile_branch()
7427 case OP_CHAR: in compile_branch()
7735 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_CHARI : OP_CHAR; in compile_branch()
8433 case OP_CHAR: in find_recurse()
8563 case OP_CHAR: in find_firstassertedcu()
Dpcre2_internal.h1374 OP_CHAR, /* 29 Match one character, casefully */ enumerator
Dpcre2_jit_compile.c936 case OP_CHAR: in next_opcode()
1839 case OP_CHAR: in get_framesize()
5053 case OP_CHAR: in scan_prefix()
8819 case OP_CHAR: in compile_char1_matchingpath()
8829 if (type == OP_CHAR || !char_has_othercase(common, cc) || char_get_othercase_bit(common, cc) != 0) in compile_char1_matchingpath()
9020 if (*cc == OP_CHAR) in compile_charn_matchingpath()
11162 *type = OP_CHAR; in get_iterator_parameters()
11422 if ((type != OP_CHAR && type != OP_CHARI) && (*end == OP_CHAR || *end == OP_CHARI)) in compile_iterator_matchingpath()
11890 case OP_CHAR: in compile_matchingpath()
Dpcre2_dfa_match.c2178 case OP_CHAR: in internal_dfa_match()
Dpcre2_match.c908 case OP_CHAR: in match()
/external/pcre/dist2/
DHACKING455 The OP_CHAR opcode is followed by a single character that is to be matched
461 If there is only one character in a character class, OP_CHAR or OP_CHARI is
558 If there is only one character in a class, OP_CHAR or OP_CHARI is used for a