Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DAttributedString.java495 Vector<Attribute> oldRunAttributes = runAttributes[runIndex - 1]; in ensureRunBreak() local
497 if (oldRunAttributes != null) { in ensureRunBreak()
498 newRunAttributes = new Vector<>(oldRunAttributes); in ensureRunBreak()