Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DAttributedString.java328 addAttributeImpl(attribute, value, 0, len); in addAttribute()
353 addAttributeImpl(attribute, value, beginIndex, endIndex); in addAttribute()
402 private synchronized void addAttributeImpl(Attribute attribute, Object value, in addAttributeImpl() method in AttributedString