Searched refs:OP_CHARI (Results 1 – 11 of 11) sorted by relevance
/third_party/pcre2/pcre2/src/ |
D | pcre2_auto_possess.c | 363 list[0] = OP_CHARI; in get_chr_property_list() 411 case OP_CHARI: in get_chr_property_list() 413 list[0] = (c == OP_CHARI) ? OP_CHAR : OP_NOT; in get_chr_property_list() 634 if (base_list[0] != OP_CHAR && base_list[0] != OP_CHARI) in compare_opcodes() 1301 case OP_CHARI: in PRIV()
|
D | pcre2_find_bracket.c | 154 case OP_CHARI: in PRIV()
|
D | pcre2_printint.c | 393 case OP_CHARI: in pcre2_printint() 400 while (*code == OP_CHARI); in pcre2_printint()
|
D | pcre2_pattern_info.c | 306 case OP_CHARI: in pcre2_callout_enumerate()
|
D | pcre2_study.c | 297 case OP_CHARI: in find_minlength() 1244 case OP_CHARI: in set_start_bits()
|
D | pcre2_compile.c | 7008 case OP_CHARI: in compile_branch() 7036 if (op_previous <= OP_CHARI && repeat_min > 1) in compile_branch() 7040 if (op_previous == OP_CHARI) reqcuflags |= REQ_CASELESS; in compile_branch() 7683 case OP_CHARI: in compile_branch() 7994 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_CHARI : OP_CHAR; in compile_branch() 8689 case OP_CHARI: in find_recurse() 8832 case OP_CHARI: in find_firstassertedcu()
|
D | pcre2_jit_compile.c | 969 case OP_CHARI: in next_opcode() 1321 case OP_CHARI: in detect_early_fail() 2068 case OP_CHARI: in get_framesize() 5470 case OP_CHARI: in scan_prefix() 8948 case OP_CHARI: in compile_char1_matchingpath() 8968 return byte_sequence_compare(common, type == OP_CHARI, cc, &context, backtracks); in compile_char1_matchingpath() 8980 SLJIT_ASSERT(type == OP_CHARI && char_has_othercase(common, cc)); in compile_char1_matchingpath() 9156 else if (*cc == OP_CHARI) in compile_charn_matchingpath() 9191 …do cc = byte_sequence_compare(common, *cc == OP_CHARI, cc + 1, &context, backtracks); while (conte… in compile_charn_matchingpath() 11304 *type = OP_CHARI; in get_iterator_parameters() [all …]
|
D | pcre2_internal.h | 1409 OP_CHARI, /* 30 Match one character, caselessly */ enumerator
|
D | pcre2_dfa_match.c | 2247 case OP_CHARI: in internal_dfa_match()
|
D | pcre2_match.c | 983 case OP_CHARI: in match()
|
/third_party/pcre2/pcre2/ |
D | HACKING | 458 case-equivalent code points, OP_CHARI is used. In UTF-8 or UTF-16 modes, the 462 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
|