Home | History | Annotate | Download | only in intltest

Lines Matching refs:rlength

536                 int32_t rlength = 0;
539 rlength = minLengthInChars(ceList, roffset, history);
541 if (rlength <= 0) {
550 if (shortestLength > slength + rlength) {
551 shortestLength = slength + rlength;
566 int32_t rlength = 0;
572 rlength = minLengthInChars(ceList, roffset, history);
575 if (rlength < 0) {
579 shortestLength = 1 + rlength;
583 int32_t rlength = 0;
614 rlength = minLengthInChars(ceList, roffset, history);
617 if (rlength < 0) {
621 rlength;