Home
last modified time | relevance | path

Searched refs:foundEnd (Results 1 – 2 of 2) sorted by relevance

/external/testng/src/main/java/org/testng/mustache/
DMustache.java29 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()
/external/skia/src/pathops/
DSkPathOpsTSect.h697 bool foundEnd = false; in removeBounded() local
703 foundEnd |= between(test->fStartT, fCoinEnd.perpT(), test->fEndT); in removeBounded()
707 if (!foundStart || !foundEnd) { in removeBounded()