Searched refs:lpEnd (Results 1 – 4 of 4) sorted by relevance
1651 int lpEnd = description.indexOf(";%", lp); in extractSpecial() local1653 if (lpEnd == -1) { in extractSpecial()1654 lpEnd = description.length() - 1; // later we add 1 back to get the '%' in extractSpecial()1657 while (lpStart < lpEnd && in extractSpecial()1663 result = description.substring(lpStart, lpEnd); in extractSpecial()1666 description.delete(lp, lpEnd+1); // delete the semicolon but not the '%' in extractSpecial()
1615 int lpEnd = description.indexOf(";%", lp); in extractSpecial() local1617 if (lpEnd == -1) { in extractSpecial()1618 lpEnd = description.length() - 1; // later we add 1 back to get the '%' in extractSpecial()1621 while (lpStart < lpEnd && in extractSpecial()1627 result = description.substring(lpStart, lpEnd); in extractSpecial()1630 description.delete(lp, lpEnd+1); // delete the semicolon but not the '%' in extractSpecial()
1396 int lpEnd = description.indexOf(gSemiPercent, 2, lp); in init() local1398 if (lpEnd == -1) { in init()1399 lpEnd = description.length() - 1; in init()1414 lenientParseRules->setTo(description, lpStart, lpEnd - lpStart); in init()1416 description.remove(lp, lpEnd + 1 - lp); in init()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...