Home | History | Annotate | Download | only in intltest

Lines Matching refs:roffset

522                 int32_t roffset = offset + clength;
525 if (roffset < maxOffset) {
526 rlength = minLengthInChars(ceList, roffset, history);
552 int32_t roffset = offset + 2;
555 //history[roffset++] = -1;
556 //history[roffset++] = 1;
558 if (roffset < maxOffset) {
559 rlength = minLengthInChars(ceList, roffset, history);
569 int32_t roffset = offset;
573 for (int32_t j = 0; roffset < maxOffset && j < 4; j += 1, roffset += 1) {
574 uint32_t jce = ceList->get(roffset);
589 if (roffset == offset) {
592 roffset += 1;
595 if (roffset < maxOffset && isContinuation(ceList->get(roffset))) {
596 roffset += 1;
600 if (roffset < maxOffset) {
601 rlength = minLengthInChars(ceList, roffset, history);