Searched refs:raw (Results 1 – 2 of 2) sorted by relevance
714 const unsigned char *raw, *p, *end; in re_string_reconstruct() local718 raw = pstr->raw_mbs + pstr->raw_mbs_idx; in re_string_reconstruct()719 end = raw + (offset - pstr->mb_cur_max); in re_string_reconstruct()722 p = raw + offset - 1; in re_string_reconstruct()739 Idx mlen = raw + pstr->len - p; in re_string_reconstruct()756 if (raw + offset - p <= mbclen in re_string_reconstruct()761 pstr->valid_len = mbclen - (raw + offset - p); in re_string_reconstruct()
3455 instead of a raw bitmask.
Completed in 17 milliseconds