Searched refs:otherEntry (Results 1 – 2 of 2) sorted by relevance
362 GeneralNameInterface otherEntry = in intersect() local364 switch (thisEntry.constrains(otherEntry)) { in intersect()441 GeneralNameInterface otherEntry = getGeneralNameInterface(otherEntryGS); in intersect() local445 switch (thisEntry.constrains(otherEntry)) { in intersect()
609 final CacheKey otherEntry = (CacheKey)other; in equals() local611 if (hashCodeCache != otherEntry.hashCodeCache) { in equals()615 if (!name.equals(otherEntry.name)) { in equals()619 if (!locale.equals(otherEntry.locale)) { in equals()624 return otherEntry.loaderRef == null; in equals()627 return (otherEntry.loaderRef != null) in equals()632 && (loader == otherEntry.loaderRef.get()); in equals()