Searched refs:runIndex (Results 1 – 1 of 1) sorted by relevance
452 int runIndex = 0; in ensureRunBreak() local453 while (runIndex < runCount && runStarts[runIndex] < offset) { in ensureRunBreak()454 runIndex++; in ensureRunBreak()458 if (runIndex < runCount && runStarts[runIndex] == offset) { in ensureRunBreak()459 return runIndex; in ensureRunBreak()488 Vector<Attribute> oldRunAttributes = runAttributes[runIndex - 1]; in ensureRunBreak()489 Vector<Object> oldRunAttributeValues = runAttributeValues[runIndex - 1]; in ensureRunBreak()500 for (int i = runCount - 1; i > runIndex; i--) { in ensureRunBreak()505 runStarts[runIndex] = offset; in ensureRunBreak()506 runAttributes[runIndex] = newRunAttributes; in ensureRunBreak()[all …]