Home | History | Annotate | Download | only in intltest

Lines Matching refs:roffset

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