Lines Matching refs:update_str_ptr
2613 static void read_char_range(compiler_common *common, pcre_uint32 min, pcre_uint32 max, BOOL update_str_ptr)
2626 SLJIT_UNUSED_ARG(update_str_ptr);
2637 if (max < 128 && !update_str_ptr) return;
2643 if (update_str_ptr)
2655 if (!update_str_ptr)
2661 if (update_str_ptr)
2667 if (update_str_ptr)
2675 if (!update_str_ptr)
2681 if (update_str_ptr)
2694 if (!update_str_ptr)
2702 if (update_str_ptr)
2727 if (max < 0xd800 && !update_str_ptr) return;
2732 if (update_str_ptr)
2746 static void read_char8_type(compiler_common *common, BOOL update_str_ptr)
2757 SLJIT_UNUSED_ARG(update_str_ptr);
2769 if (!update_str_ptr)
2800 if (common->utf && update_str_ptr)