Searched refs:OP_CHARI (Results 1 – 10 of 10) sorted by relevance
154 case OP_CHARI: in PRIV()
346 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()
306 case OP_CHARI: in pcre2_callout_enumerate()
362 case OP_CHARI: in pcre2_printint()369 while (*code == OP_CHARI); in pcre2_printint()
297 case OP_CHARI: in find_minlength()1244 case OP_CHARI: in set_start_bits()
6896 case OP_CHARI: in compile_branch()6920 if (op_previous <= OP_CHARI && repeat_min > 1) in compile_branch()7566 case OP_CHARI: in compile_branch()7867 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_CHARI : OP_CHAR; in compile_branch()8562 case OP_CHARI: in find_recurse()8706 case OP_CHARI: in find_firstassertedcu()
964 case OP_CHARI: in next_opcode()1314 case OP_CHARI: in detect_early_fail()2067 case OP_CHARI: in get_framesize()5392 case OP_CHARI: in scan_prefix()8640 case OP_CHARI: in compile_char1_matchingpath()8672 SLJIT_ASSERT(type == OP_CHARI && char_has_othercase(common, cc)); in compile_char1_matchingpath()8848 else if (*cc == OP_CHARI) in compile_charn_matchingpath()10996 *type = OP_CHARI; in get_iterator_parameters()11323 if ((type != OP_CHAR && type != OP_CHARI) && (*end == OP_CHAR || *end == OP_CHARI)) in compile_iterator_matchingpath()11330 if (charpos_enabled && *end == OP_CHARI && char_has_othercase(common, end + 1)) in compile_iterator_matchingpath()[all …]
1385 OP_CHARI, /* 30 Match one character, caselessly */ enumerator
2190 case OP_CHARI: in internal_dfa_match()
966 case OP_CHARI: in match()
Completed in 111 milliseconds