Searched refs:raw_mbs_idx (Results 1 – 3 of 3) sorted by relevance
322 ((const char *) pstr->raw_mbs + pstr->raw_mbs_idx in build_wcs_upper_buffer()342 pstr->raw_mbs + pstr->raw_mbs_idx + byte_idx, mbclen); in build_wcs_upper_buffer()384 ch = pstr->raw_mbs [pstr->raw_mbs_idx + src_idx + i]; in build_wcs_upper_buffer()467 int ch = pstr->raw_mbs[pstr->raw_mbs_idx + src_idx]; in build_wcs_upper_buffer()583 if (__glibc_unlikely (pstr->raw_mbs_idx <= idx)) in re_string_reconstruct()584 offset = idx - pstr->raw_mbs_idx; in re_string_reconstruct()595 pstr->raw_mbs_idx = 0; in re_string_reconstruct()718 raw = pstr->raw_mbs + pstr->raw_mbs_idx; in re_string_reconstruct()805 pstr->raw_mbs_idx = idx; in re_string_reconstruct()861 ch = pstr->raw_mbs[pstr->raw_mbs_idx + off]; in re_string_peek_byte_case()[all …]
386 Idx raw_mbs_idx; member
750 __re_size_t offset = match_first - mctx.input.raw_mbs_idx; in re_search_internal()759 offset = match_first - mctx.input.raw_mbs_idx; in re_search_internal()
Completed in 19 milliseconds