Searched refs:newRunAttributes (Results 1 – 1 of 1) sorted by relevance
156 Vector<Attribute> newRunAttributes = new Vector<>(attributeCount); in AttributedString() local158 runAttributes[0] = newRunAttributes; in AttributedString()164 newRunAttributes.addElement(entry.getKey()); in AttributedString()419 … Vector<Attribute>[] newRunAttributes = (Vector<Attribute>[]) new Vector<?>[INITIAL_CAPACITY]; in createRunAttributeDataVectors() local425 runAttributes = newRunAttributes; in createRunAttributeDataVectors()472 Vector<Attribute>[] newRunAttributes = in ensureRunBreak() local478 runAttributes = newRunAttributes; in ensureRunBreak()484 Vector<Attribute> newRunAttributes = null; in ensureRunBreak() local491 newRunAttributes = new Vector<>(oldRunAttributes); in ensureRunBreak()506 runAttributes[runIndex] = newRunAttributes; in ensureRunBreak()[all …]