Home | History | Annotate | Download | only in net

Lines Matching refs:oldLength

1827         int oldLength = s.length();
1833 while (current < oldLength) {
1838 while (nextToEncode < oldLength
1844 if (nextToEncode == oldLength) {
1850 encoded.append(s, current, oldLength);
1871 while (nextAllowed < oldLength