Home | History | Annotate | Download | only in net

Lines Matching defs:toLower

1679     private static int toLower(char c) {
1712 if (toLower(s.charAt(i)) != toLower(t.charAt(i)))
1715 if (toLower(s.charAt(i)) != toLower(t.charAt(i)))
1732 if (toLower(s.charAt(i)) != toLower(t.charAt(i)))
1770 h = 31 * h + toLower(s.charAt(i));
1795 int c = toLower(s.charAt(i)) - toLower(t.charAt(i));