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

/openjdk7/jdk/src/share/classes/java/net/
H A DURI.java1465 int h = hashIgnoringCase(0, scheme);
1474 h = hashIgnoringCase(h, host);
1751 private static int hashIgnoringCase(int hash, String s) { method in class:URI

Completed in 898 milliseconds