Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/x509/
DGeneralSubtrees.java362 GeneralNameInterface otherEntry = in intersect() local
364 switch (thisEntry.constrains(otherEntry)) { in intersect()
441 GeneralNameInterface otherEntry = getGeneralNameInterface(otherEntryGS); in intersect() local
445 switch (thisEntry.constrains(otherEntry)) { in intersect()
/libcore/ojluni/src/main/java/java/util/
DResourceBundle.java609 final CacheKey otherEntry = (CacheKey)other; in equals() local
611 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()