Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DUResourceBundle.java389 private int hashCodeCache; field in UResourceBundle.ResourceCacheKey
401 if (hashCodeCache != otherEntry.hashCodeCache) { in equals()
427 return hashCodeCache; in hashCode()
442 hashCodeCache = searchName.hashCode(); in setKeyValues()
445 hashCodeCache ^= defaultLocale.hashCode(); in setKeyValues()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DUResourceBundle.java375 private int hashCodeCache; field in UResourceBundle.ResourceCacheKey
387 if (hashCodeCache != otherEntry.hashCodeCache) { in equals()
413 return hashCodeCache; in hashCode()
428 hashCodeCache = searchName.hashCode(); in setKeyValues()
431 hashCodeCache ^= defaultLocale.hashCode(); in setKeyValues()