Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_byte_order.c210 case OP_CHARI: in pcre_pattern_to_host_byte_order()
Dpcre_printint.c380 case OP_CHARI: in pcre_printint()
387 while (*code == OP_CHARI); in pcre_printint()
Dpcre_compile.c1863 case OP_CHARI: in find_fixedlength()
2161 case OP_CHARI: in PRIV()
2306 case OP_CHARI: in find_recurse()
2609 case OP_CHARI: in could_be_empty_branch()
2951 list[0] = OP_CHARI; in get_chr_property_list()
2999 case OP_CHARI: in get_chr_property_list()
3001 list[0] = (c == OP_CHARI) ? OP_CHAR : OP_NOT; in get_chr_property_list()
3824 case OP_CHARI: in auto_possessify()
5729 if (*previous == OP_CHAR || *previous == OP_CHARI in compile_branch()
5736 case OP_CHARI: op_type = OP_STARI - OP_STAR; break; in compile_branch()
[all …]
Dpcre_study.c216 case OP_CHARI: in find_minlength()
1089 case OP_CHARI: in set_start_bits()
DHACKING224 casefully. For caseless matching, OP_CHARI is used. In UTF-8 or UTF-16 modes,
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.c678 case OP_CHARI: in next_opcode()
1372 case OP_CHARI: in get_framesize()
3264 case OP_CHARI: in scan_prefix()
5666 case OP_CHARI: in compile_char1_matchingpath()
5681 return byte_sequence_compare(common, type == OP_CHARI, cc, &context, backtracks); in compile_char1_matchingpath()
5882 else if (*cc == OP_CHARI) in compile_charn_matchingpath()
5917 …do cc = byte_sequence_compare(common, *cc == OP_CHARI, cc + 1, &context, backtracks); while (conte… in compile_charn_matchingpath()
7818 *type = OP_CHARI; in get_iterator_parameters()
7941 case OP_CHARI: in compile_iterator_matchingpath()
8340 case OP_CHARI: in compile_matchingpath()
Dpcre_internal.h1927 OP_CHARI, /* 30 Match one character, caselessly */ enumerator
Dpcre_dfa_exec.c2122 case OP_CHARI: in internal_dfa_exec()
Dpcretest.c2573 case OP_CHARI: in regexflip8_or_16()
Dpcre_exec.c3258 case OP_CHARI: in match()