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()
56 end = nextStart(pathData, end); in createNodesFromPathData()126 private static int nextStart(String s, int end) { in nextStart() method in PathParser
323 int nextStart = mPrimaryOrientation.getDecoratedStart(nextChild); in hasGapsToFix()324 if (myStart > nextStart) { in hasGapsToFix()326 } else if (myStart == nextStart) { in hasGapsToFix()