Home | History | Annotate | Download | only in intltest

Lines Matching full:rlength

523                 int32_t rlength = 0;
526 rlength = minLengthInChars(ceList, roffset, history);
528 if (rlength <= 0) {
537 if (shortestLength > slength + rlength) {
538 shortestLength = slength + rlength;
553 int32_t rlength = 0;
559 rlength = minLengthInChars(ceList, roffset, history);
562 if (rlength < 0) {
566 shortestLength = 1 + rlength;
570 int32_t rlength = 0;
601 rlength = minLengthInChars(ceList, roffset, history);
604 if (rlength < 0) {
608 shortestLength = 1 + rlength;