Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DAttributedString.java61 Vector<Attribute>[] runAttributes; // vector of attribute keys for each run field in AttributedString
158 runAttributes[0] = newRunAttributes; in AttributedString()
425 runAttributes = newRunAttributes; in createRunAttributeDataVectors()
473 Arrays.copyOf(runAttributes, newCapacity); in ensureRunBreak()
478 runAttributes = newRunAttributes; in ensureRunBreak()
488 Vector<Attribute> oldRunAttributes = runAttributes[runIndex - 1]; in ensureRunBreak()
502 runAttributes[i] = runAttributes[i - 1]; in ensureRunBreak()
506 runAttributes[runIndex] = newRunAttributes; in ensureRunBreak()
518 if (runAttributes[i] == null) { in addAttributeRunData()
521 runAttributes[i] = newRunAttributes; in addAttributeRunData()
[all …]