Searched refs:hashCodeCache (Results 1 – 2 of 2) sorted by relevance
389 private int hashCodeCache; field in UResourceBundle.ResourceCacheKey401 if (hashCodeCache != otherEntry.hashCodeCache) { in equals()427 return hashCodeCache; in hashCode()442 hashCodeCache = searchName.hashCode(); in setKeyValues()445 hashCodeCache ^= defaultLocale.hashCode(); in setKeyValues()
375 private int hashCodeCache; field in UResourceBundle.ResourceCacheKey387 if (hashCodeCache != otherEntry.hashCodeCache) { in equals()413 return hashCodeCache; in hashCode()428 hashCodeCache = searchName.hashCode(); in setKeyValues()431 hashCodeCache ^= defaultLocale.hashCode(); in setKeyValues()