Searched refs:nextStart (Results 1 – 3 of 3) sorted by relevance
403 for (std::size_t start = 0, length = s.length(), nextStart = 0; in comment() local404 start < length; start = nextStart) { in comment()410 nextStart = length; in comment()413 nextStart = p + 1; in comment()
60 end = nextStart(pathData, end); in createNodesFromPathData()130 private static int nextStart(String s, int end) { in nextStart() method in PathParser
324 int nextStart = mPrimaryOrientation.getDecoratedStart(nextChild); in hasGapsToFix()325 if (myStart > nextStart) { in hasGapsToFix()327 } else if (myStart == nextStart) { in hasGapsToFix()