Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DAttributedString.java665 …e boolean attributeValuesMatch(Set<? extends Attribute> attributes, int runIndex1, int runIndex2) { in attributeValuesMatch() argument
669 if (!valuesMatch(getAttribute(key, runIndex1), getAttribute(key, runIndex2))) { in attributeValuesMatch()