Home | History | Annotate | Download | only in lib

Lines Matching refs:raw

713 		  const unsigned char *raw, *p, *end;
717 raw = pstr->raw_mbs + pstr->raw_mbs_idx;
718 end = raw + (offset - pstr->mb_cur_max);
721 p = raw + offset - 1;
738 Idx mlen = raw + pstr->len - p;
753 if (raw + offset - p <= mbclen
758 pstr->valid_len = mbclen - (raw + offset - p);