Home | History | Annotate | Download | only in i18n

Lines Matching refs:rlength

899                 int32_t rlength = 0;
902 rlength = minLengthInChars(ceList, roffset, history);
904 if (rlength <= 0) {
914 if (shortestLength > slength + rlength) {
915 shortestLength = slength + rlength;
932 int32_t rlength = 0;
938 rlength = minLengthInChars(ceList, roffset, history);
941 if (rlength < 0) {
945 shortestLength = 1 + rlength;
949 int32_t rlength = 0;
980 rlength = minLengthInChars(ceList, roffset, history);
983 if (rlength < 0) {
987 shortestLength = 1 + rlength;