Home
last modified time | relevance | path

Searched refs:newRunAttributes (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/text/
DAttributedString.java156 Vector<Attribute> newRunAttributes = new Vector<>(attributeCount); in AttributedString() local
158 runAttributes[0] = newRunAttributes; in AttributedString()
164 newRunAttributes.addElement(entry.getKey()); in AttributedString()
419 … Vector<Attribute>[] newRunAttributes = (Vector<Attribute>[]) new Vector<?>[INITIAL_CAPACITY]; in createRunAttributeDataVectors() local
425 runAttributes = newRunAttributes; in createRunAttributeDataVectors()
472 Vector<Attribute>[] newRunAttributes = in ensureRunBreak() local
478 runAttributes = newRunAttributes; in ensureRunBreak()
484 Vector<Attribute> newRunAttributes = null; in ensureRunBreak() local
491 newRunAttributes = new Vector<>(oldRunAttributes); in ensureRunBreak()
506 runAttributes[runIndex] = newRunAttributes; in ensureRunBreak()
[all …]