Home | History | Annotate | Download | only in text

Lines Matching defs:lp

1666         int lp = description.indexOf(specialName);
1667 if (lp != -1) {
1671 if (lp == 0 || description.charAt(lp - 1) == ';') {
1675 int lpEnd = description.indexOf(";%", lp);
1680 int lpStart = lp + specialName.length();
1690 description.delete(lp, lpEnd+1); // delete the semicolon but not the '%'