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

/openjdk7/jdk/src/share/classes/java/net/
H A DURI.java1555 if ((c = compareIgnoringCase(this.scheme, that.scheme)) != 0)
1576 if ((c = compareIgnoringCase(this.host, that.host)) != 0)
1773 private static int compareIgnoringCase(String s, String t) { method in class:URI

Completed in 52 milliseconds