Searched refs:lpEnd (Results 1 – 1 of 1) sorted by relevance
1255 int lpEnd = description.indexOf(gSemiPercent, lp); in init() local1257 if (lpEnd == -1) { in init()1258 lpEnd = description.length() - 1; in init()1273 lenientParseRules->setTo(description, lpStart, lpEnd - lpStart); in init()1275 description.remove(lp, lpEnd + 1 - lp); in init()