Lines Matching refs:cur_idx
831 pstr->cur_idx = 0;
848 && ! re_string_is_single_byte_char (pstr, pstr->cur_idx + idx))
852 off = pstr->cur_idx + idx;
864 since peek_byte_case doesn't advance cur_idx in any way. */
892 if (!re_string_first_byte (pstr, pstr->cur_idx))
895 off = pstr->offsets[pstr->cur_idx];
902 re_string_char_size_at (pstr, pstr->cur_idx));
907 return pstr->raw_mbs[pstr->raw_mbs_idx + pstr->cur_idx++];