Lines Matching refs:OP_CHARI
1013 case OP_CHARI: in next_opcode()
1371 case OP_CHARI: in detect_early_fail()
2166 case OP_CHARI: in get_framesize()
5622 case OP_CHARI: in scan_prefix()
9149 case OP_CHARI: in compile_char1_matchingpath()
9169 return byte_sequence_compare(common, type == OP_CHARI, cc, &context, backtracks); in compile_char1_matchingpath()
9181 SLJIT_ASSERT(type == OP_CHARI && char_has_othercase(common, cc)); in compile_char1_matchingpath()
9357 else if (*cc == OP_CHARI) in compile_charn_matchingpath()
9392 …do cc = byte_sequence_compare(common, *cc == OP_CHARI, cc + 1, &context, backtracks); while (conte… in compile_charn_matchingpath()
11692 *type = OP_CHARI; in get_iterator_parameters()
12019 if ((type != OP_CHAR && type != OP_CHARI) && (*end == OP_CHAR || *end == OP_CHARI)) in compile_iterator_matchingpath()
12026 if (charpos_enabled && *end == OP_CHARI && char_has_othercase(common, end + 1)) in compile_iterator_matchingpath()
12543 case OP_CHARI: in compile_matchingpath()