Searched defs:attributeValuesMatch (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DAttributedString.java653 private boolean attributeValuesMatch(Set attributes, int runIndex1, int runIndex2) { method in class:AttributedString
891 AttributedString.this.attributeValuesMatch(attributes, currentRunIndex, runIndex - 1)) {
932 AttributedString.this.attributeValuesMatch(attributes, currentRunIndex, runIndex + 1)) {

Completed in 33 milliseconds