Searched refs:equalIgnoringCase (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/net/
H A DURI.java1427 if (!equalIgnoringCase(this.scheme, that.scheme)) return false;
1443 if (!equalIgnoringCase(this.host, that.host)) return false;
1730 private static boolean equalIgnoringCase(String s, String t) { method in class:URI
2114 if (!equalIgnoringCase(base.scheme, child.scheme)

Completed in 30 milliseconds