Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/text/
DFieldPosition.java105 int attributeHash = (attribute == null) ? 0 : attribute.hashCode(); in hashCode() local
106 return attributeHash + field * 10 + beginIndex * 100 + endIndex; in hashCode()