Searched refs:foundEnd (Results 1 – 2 of 2) sorted by relevance
29 boolean foundEnd = false; in run()30 while (index < template.length() && ! foundEnd) { in run()32 foundEnd = template.charAt(index) == '}' && index + 1 < template.length() in run()36 if (foundEnd) { in run()
697 bool foundEnd = false; in removeBounded() local703 foundEnd |= between(test->fStartT, fCoinEnd.perpT(), test->fEndT); in removeBounded()707 if (!foundStart || !foundEnd) { in removeBounded()