Lines Matching refs:OP_CHARI
964 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()
11400 if ((type != OP_CHAR && type != OP_CHARI) && (*end == OP_CHAR || *end == OP_CHARI)) in compile_iterator_matchingpath()
11407 if (charpos_enabled && *end == OP_CHARI && char_has_othercase(common, end + 1)) in compile_iterator_matchingpath()
11923 case OP_CHARI: in compile_matchingpath()