Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_auto_possess.c346 list[0] = OP_CHARI; in get_chr_property_list()
394 case OP_CHARI: in get_chr_property_list()
396 list[0] = (c == OP_CHARI) ? OP_CHAR : OP_NOT; in get_chr_property_list()
616 if (base_list[0] != OP_CHAR && base_list[0] != OP_CHARI) in compare_opcodes()
1279 case OP_CHARI: in PRIV()
Dpcre2_find_bracket.c154 case OP_CHARI: in PRIV()
Dpcre2_printint.c362 case OP_CHARI: in pcre2_printint()
369 while (*code == OP_CHARI); in pcre2_printint()
Dpcre2_pattern_info.c306 case OP_CHARI: in pcre2_callout_enumerate()
Dpcre2_study.c297 case OP_CHARI: in find_minlength()
1244 case OP_CHARI: in set_start_bits()
Dpcre2_compile.c6897 case OP_CHARI: in compile_branch()
6921 if (op_previous <= OP_CHARI && repeat_min > 1) in compile_branch()
7567 case OP_CHARI: in compile_branch()
7868 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_CHARI : OP_CHAR; in compile_branch()
8563 case OP_CHARI: in find_recurse()
8707 case OP_CHARI: in find_firstassertedcu()
Dpcre2_jit_compile.c964 case OP_CHARI: in next_opcode()
1311 case OP_CHARI: in detect_early_fail()
2064 case OP_CHARI: in get_framesize()
5396 case OP_CHARI: in scan_prefix()
8717 case OP_CHARI: in compile_char1_matchingpath()
8737 return byte_sequence_compare(common, type == OP_CHARI, cc, &context, backtracks); in compile_char1_matchingpath()
8749 SLJIT_ASSERT(type == OP_CHARI && char_has_othercase(common, cc)); in compile_char1_matchingpath()
8925 else if (*cc == OP_CHARI) in compile_charn_matchingpath()
8960 …do cc = byte_sequence_compare(common, *cc == OP_CHARI, cc + 1, &context, backtracks); while (conte… in compile_charn_matchingpath()
11073 *type = OP_CHARI; in get_iterator_parameters()
[all …]
Dpcre2_internal.h1385 OP_CHARI, /* 30 Match one character, caselessly */ enumerator
Dpcre2_dfa_match.c2190 case OP_CHARI: in internal_dfa_match()
Dpcre2_match.c966 case OP_CHARI: in match()
/external/pcre/dist2/
DHACKING459 case-equivalent code points, OP_CHARI is used. In UTF-8 or UTF-16 modes, the
463 If there is only one character in a character class, OP_CHAR or OP_CHARI is
560 If there is only one character in a class, OP_CHAR or OP_CHARI is used for a