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

/openjdk7/jdk/src/share/classes/java/text/
H A DAttributedString.java623 valuesMatch(value, getAttribute(attribute, currIndex - 1))) {
637 valuesMatch(value, getAttribute(attribute, currIndex + 1))) {
657 if (!valuesMatch(getAttribute(key, runIndex1), getAttribute(key, runIndex2))) {
665 private final static boolean valuesMatch(Object value1, Object value2) { method in class:AttributedString
873 valuesMatch(value, AttributedString.this.getAttribute(attribute, runIndex - 1))) {
914 valuesMatch(value, AttributedString.this.getAttribute(attribute, runIndex + 1))) {

Completed in 33 milliseconds