Searched refs:OP_CHARI (Results 1 – 11 of 11) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_auto_possess.c | 344 list[0] = OP_CHARI; in get_chr_property_list() 392 case OP_CHARI: in get_chr_property_list() 394 list[0] = (c == OP_CHARI) ? OP_CHAR : OP_NOT; in get_chr_property_list() 1225 case OP_CHARI: in PRIV()
|
D | pcre2_find_bracket.c | 153 case OP_CHARI: in PRIV()
|
D | pcre2_printint.c | 362 case OP_CHARI: in pcre2_printint() 369 while (*code == OP_CHARI); in pcre2_printint()
|
D | pcre2_pattern_info.c | 285 case OP_CHARI: in pcre2_callout_enumerate()
|
D | pcre2_study.c | 273 case OP_CHARI: in find_minlength() 1145 case OP_CHARI: in set_start_bits()
|
D | pcre2_compile.c | 1066 case OP_CHARI: in find_fixedlength() 1610 case OP_CHARI: in could_be_empty_branch() 2543 case OP_CHARI: in find_recurse() 5188 if (*previous == OP_CHAR || *previous == OP_CHARI in compile_branch() 5195 case OP_CHARI: op_type = OP_STARI - OP_STAR; break; in compile_branch() 5221 if (*previous <= OP_CHARI && repeat_min > 1) in compile_branch() 5794 case OP_CHARI: in compile_branch() 7489 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_CHARI : OP_CHAR; in compile_branch() 8211 case OP_CHARI: in find_firstassertedcu()
|
D | pcre2_jit_compile.c | 710 case OP_CHARI: in next_opcode() 1602 case OP_CHARI: in get_framesize() 3511 case OP_CHARI: in scan_prefix() 6460 case OP_CHARI: in compile_char1_matchingpath() 6476 return byte_sequence_compare(common, type == OP_CHARI, cc, &context, backtracks); in compile_char1_matchingpath() 6656 else if (*cc == OP_CHARI) in compile_charn_matchingpath() 6691 …do cc = byte_sequence_compare(common, *cc == OP_CHARI, cc + 1, &context, backtracks); while (conte… in compile_charn_matchingpath() 8672 *type = OP_CHARI; in get_iterator_parameters() 8927 if ((type != OP_CHAR && type != OP_CHARI) && (*end == OP_CHAR || *end == OP_CHARI)) in compile_iterator_matchingpath() 8933 if (charpos_enabled && *end == OP_CHARI && char_has_othercase(common, end + 1)) in compile_iterator_matchingpath() [all …]
|
D | pcre2_internal.h | 1386 OP_CHARI, /* 30 Match one character, caselessly */ enumerator
|
D | pcre2_dfa_match.c | 2067 case OP_CHARI: in internal_dfa_match()
|
D | pcre2_match.c | 3368 case OP_CHARI: in match()
|
/external/pcre/dist2/ |
D | HACKING | 251 casefully. For caseless matching, OP_CHARI is used. In UTF-8 or UTF-16 modes, 255 If there is only one character in a character class, OP_CHAR or OP_CHARI is 344 If there is only one character in a class, OP_CHAR or OP_CHARI is used for a
|