Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DAttributedString.java612 Vector<Attribute> currentRunAttributes = runAttributes[runIndex]; in getAttribute() local
614 if (currentRunAttributes == null) { in getAttribute()
617 int attributeIndex = currentRunAttributes.indexOf(attribute); in getAttribute()
978 Vector<Attribute> currentRunAttributes = runAttributes[i]; in getAllAttributeKeys() local
979 if (currentRunAttributes != null) { in getAllAttributeKeys()
980 int j = currentRunAttributes.size(); in getAllAttributeKeys()
982 keys.add(currentRunAttributes.get(j)); in getAllAttributeKeys()