Home | History | Annotate | Download | only in intltest

Lines Matching refs:rlength

537                 int32_t rlength = 0;
540 rlength = minLengthInChars(ceList, roffset, history);
542 if (rlength <= 0) {
551 if (shortestLength > slength + rlength) {
552 shortestLength = slength + rlength;
567 int32_t rlength = 0;
573 rlength = minLengthInChars(ceList, roffset, history);
576 if (rlength < 0) {
580 shortestLength = 1 + rlength;
584 int32_t rlength = 0;
615 rlength = minLengthInChars(ceList, roffset, history);
618 if (rlength < 0) {
622 shortestLength = 1 + rlength;