Home | History | Annotate | Download | only in lib

Lines Matching full:next_char_idx

1181       Idx next_char_idx = re_string_cur_idx (&mctx->input) + 1;
1183 if (BE (next_char_idx >= mctx->input.bufs_len, 0)
1184 || (BE (next_char_idx >= mctx->input.valid_len, 0)
1216 next_start_idx = next_char_idx;