Searched refs:OP_CHARI (Results 1 – 10 of 10) sorted by relevance
/external/pcre/dist/ |
D | pcre_byte_order.c | 210 case OP_CHARI: in pcre_pattern_to_host_byte_order()
|
D | pcre_printint.c | 380 case OP_CHARI: in pcre_printint() 387 while (*code == OP_CHARI); in pcre_printint()
|
D | pcre_compile.c | 1863 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 …]
|
D | pcre_study.c | 216 case OP_CHARI: in find_minlength() 1089 case OP_CHARI: in set_start_bits()
|
D | HACKING | 224 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
|
D | pcre_jit_compile.c | 678 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()
|
D | pcre_internal.h | 1927 OP_CHARI, /* 30 Match one character, caselessly */ enumerator
|
D | pcre_dfa_exec.c | 2122 case OP_CHARI: in internal_dfa_exec()
|
D | pcretest.c | 2573 case OP_CHARI: in regexflip8_or_16()
|
D | pcre_exec.c | 3258 case OP_CHARI: in match()
|