Home | History | Annotate | Download | only in i18n

Lines Matching refs:rlength

897                 int32_t rlength = 0;
900 rlength = minLengthInChars(ceList, roffset, history);
902 if (rlength <= 0) {
912 if (shortestLength > slength + rlength) {
913 shortestLength = slength + rlength;
930 int32_t rlength = 0;
936 rlength = minLengthInChars(ceList, roffset, history);
939 if (rlength < 0) {
943 shortestLength = 1 + rlength;
947 int32_t rlength = 0;
978 rlength = minLengthInChars(ceList, roffset, history);
981 if (rlength < 0) {
985 shortestLength = 1 + rlength;