Lines Matching refs:roffset
536 int32_t roffset = offset + clength; in minLengthInChars() local
539 if (roffset < maxOffset) { in minLengthInChars()
540 rlength = minLengthInChars(ceList, roffset, history); in minLengthInChars()
566 int32_t roffset = offset + 2; in minLengthInChars() local
572 if (roffset < maxOffset) { in minLengthInChars()
573 rlength = minLengthInChars(ceList, roffset, history); in minLengthInChars()
583 int32_t roffset = offset; in minLengthInChars() local
587 for (int32_t j = 0; roffset < maxOffset && j < 4; j += 1, roffset += 1) { in minLengthInChars()
588 uint32_t jce = ceList->get(roffset); in minLengthInChars()
603 if (roffset == offset) { in minLengthInChars()
606 roffset += 1; in minLengthInChars()
609 if (roffset < maxOffset && isContinuation(ceList->get(roffset))) { in minLengthInChars()
610 roffset += 1; in minLengthInChars()
614 if (roffset < maxOffset) { in minLengthInChars()
615 rlength = minLengthInChars(ceList, roffset, history); in minLengthInChars()