Home | History | Annotate | Download | only in net

Lines Matching refs:oldLength

1690         int oldLength = s.length();
1696 while (current < oldLength) {
1701 while (nextToEncode < oldLength
1707 if (nextToEncode == oldLength) {
1713 encoded.append(s, current, oldLength);
1734 while (nextAllowed < oldLength
1805 int oldLength = s.length();
1811 while (current < oldLength) {
1823 decoded.append(s, current, oldLength);
1834 decoded = new StringBuilder(oldLength);
1857 if (current + 2 >= oldLength) {
1875 } while (current < oldLength && s.charAt(current) == '%');