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

/libcore/ojluni/src/main/java/java/net/
H A DURI.java1421 if (!equalIgnoringCase(this.scheme, that.scheme)) return false;
1437 if (!equalIgnoringCase(this.host, that.host)) return false;
1724 private static boolean equalIgnoringCase(String s, String t) { method in class:URI
2120 if (!equalIgnoringCase(base.scheme, child.scheme)

Completed in 530 milliseconds