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.java64 Vector<Attribute> runAttributes[]; // vector of attribute keys for each run field in AttributedString
161 runAttributes[0] = newRunAttributes; in AttributedString()
428 runAttributes = newRunAttributes; in createRunAttributeDataVectors()
480 newRunAttributes[i] = runAttributes[i]; in ensureRunBreak()
484 runAttributes = newRunAttributes; in ensureRunBreak()
495 Vector<Attribute> oldRunAttributes = runAttributes[runIndex - 1]; in ensureRunBreak()
509 runAttributes[i] = runAttributes[i - 1]; in ensureRunBreak()
513 runAttributes[runIndex] = newRunAttributes; in ensureRunBreak()
525 if (runAttributes[i] == null) { in addAttributeRunData()
528 runAttributes[i] = newRunAttributes; in addAttributeRunData()
[all …]