Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DResourceBundle.java563 private int hashCodeCache; field in ResourceBundle.CacheKey
611 if (hashCodeCache != otherEntry.hashCodeCache) { in equals()
639 return hashCodeCache; in hashCode()
643 hashCodeCache = name.hashCode() << 3; in calculateHashCode()
644 hashCodeCache ^= locale.hashCode(); in calculateHashCode()
647 hashCodeCache ^= loader.hashCode(); in calculateHashCode()