Searched refs:nextLineIndex (Results 1 – 2 of 2) sorted by relevance
137 int index, nextLineIndex; in f14() local138 for (index = 0; index < count; index = nextLineIndex+1) { in f14()139 nextLineIndex = index+1; // no-warning in f14()
277 int nextLineIndex = 0; in parseLayout() local282 Integer modifierIndex = modifierIndexes.get(nextLineIndex++); in parseLayout()