Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DAttributedString.java610 int attributeIndex = currentRunAttributes.indexOf(attribute); in getAttribute() local
611 if (attributeIndex != -1) { in getAttribute()
612 return currentRunAttributeValues.elementAt(attributeIndex); in getAttribute()