Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c1862 case OP_CHAR: in find_fixedlength()
2160 case OP_CHAR: in PRIV()
2305 case OP_CHAR: in find_recurse()
2608 case OP_CHAR: in could_be_empty_branch()
2947 list[0] = OP_CHAR; in get_chr_property_list()
2992 case OP_CHAR: in get_chr_property_list()
3001 list[0] = (c == OP_CHARI) ? OP_CHAR : OP_NOT; in get_chr_property_list()
3056 list[0] = (c == OP_PROP) ? OP_CHAR : OP_NOT; in get_chr_property_list()
3250 if (base_list[0] == OP_CHAR) in compare_opcodes()
3255 else if (list[0] == OP_CHAR) in compare_opcodes()
[all …]
Dpcre_byte_order.c209 case OP_CHAR: in pcre_pattern_to_host_byte_order()
Dpcre_printint.c369 case OP_CHAR: in pcre_printint()
376 while (*code == OP_CHAR); in pcre_printint()
Dpcre_study.c215 case OP_CHAR: in find_minlength()
1078 case OP_CHAR: in set_start_bits()
DHACKING223 The OP_CHAR opcode is followed by a single character that is to be matched
228 If there is only one character in a character class, OP_CHAR or OP_CHARI is
314 If there is only one character in a class, OP_CHAR or OP_CHARI is used for a
Dpcre_jit_compile.c677 case OP_CHAR: in next_opcode()
1371 case OP_CHAR: in get_framesize()
3266 case OP_CHAR: in scan_prefix()
5665 case OP_CHAR: in compile_char1_matchingpath()
5671 …if (common->mode == JIT_COMPILE && (type == OP_CHAR || !char_has_othercase(common, cc) || char_get… in compile_char1_matchingpath()
5694 if (type == OP_CHAR || !char_has_othercase(common, cc)) in compile_char1_matchingpath()
5874 if (*cc == OP_CHAR) in compile_charn_matchingpath()
7813 *type = OP_CHAR; in get_iterator_parameters()
7940 case OP_CHAR: in compile_iterator_matchingpath()
8339 case OP_CHAR: in compile_matchingpath()
Dpcre_internal.h1926 OP_CHAR, /* 29 Match one character, casefully */ enumerator
Dpcre_dfa_exec.c2117 case OP_CHAR: in internal_dfa_exec()
Dpcretest.c2572 case OP_CHAR: in regexflip8_or_16()
Dpcre_exec.c3227 case OP_CHAR: in match()