Lines Matching refs:equal

638      *   categories, and not equal to the slash character (<tt>'/'</tt>) or the
708 * categories, and not equal to the commercial-at character
713 * categories, and not equal to the slash character (<tt>'/'</tt>) or the
976 * with all other components equal to those of this URI is returned. This
1161 * <p> The string returned by this method is equal to that returned by the
1195 * <p> The string returned by this method is equal to that returned by the
1225 * <p> The string returned by this method is equal to that returned by the
1309 * <p> The string returned by this method is equal to that returned by the
1338 * <p> The string returned by this method is equal to that returned by the
1367 * <p> The string returned by this method is equal to that returned by the
1389 * <p> For two URIs to be considered equal requires that either both are
1391 * undefined or else be equal without regard to case. Their fragments
1392 * must either both be undefined or else be equal.
1394 * <p> For two opaque URIs to be considered equal, their scheme-specific
1395 * parts must be equal.
1397 * <p> For two hierarchical URIs to be considered equal, their paths must
1398 * be equal and their queries must either both be undefined or else be
1399 * equal. Their authorities must either both be undefined, or both be
1401 * defined and are registry-based, then they must be equal. If their
1403 * equal without regard to case, their port numbers must be equal, and
1404 * their user-information components must be equal.
1428 if (!equal(this.fragment, that.fragment)) return false;
1432 return equal(this.schemeSpecificPart, that.schemeSpecificPart);
1435 if (!equal(this.path, that.path)) return false;
1436 if (!equal(this.query, that.query)) return false;
1442 if (!equal(this.userInfo, that.userInfo)) return false;
1447 if (!equal(this.authority, that.authority)) return false;
1547 * less than, equal to, or greater than the given URI
1697 private static boolean equal(String s, String t) {
2115 || !equal(base.authority, child.authority))
2398 // segments (i.e., occurrences of "//"), no segments equal to ".", and no
2399 // segments equal to ".." that are preceded by a segment not equal to "..".
2912 // equal to c, return the index of the next char; otherwise, return the