Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DAttributedString.java272 Attribute attributeKey = itr.next(); in AttributedString() local
275 int start = text.getRunStart(attributeKey); in AttributedString()
276 int limit = text.getRunLimit(attributeKey); in AttributedString()
277 Object value = text.getAttribute(attributeKey); in AttributedString()
282 … addAttribute(attributeKey, value, start - beginIndex, limit - beginIndex); in AttributedString()
299 … addAttribute(attributeKey, value, start - beginIndex, limit - beginIndex); in AttributedString()