Home | History | Annotate | Download | only in net

Lines Matching refs:oldLength

1839         int oldLength = s.length();
1845 while (current < oldLength) {
1850 while (nextToEncode < oldLength
1856 if (nextToEncode == oldLength) {
1862 encoded.append(s, current, oldLength);
1883 while (nextAllowed < oldLength