Home | History | Annotate | Download | only in dom

Lines Matching defs:newLength

3756     int newLength = newDomain.length();
3758 if (newLength >= oldLength) {
3765 if (test[oldLength - newLength - 1] != '.') {
3772 test.remove(0, oldLength - newLength);