Searched refs:toLower (Results 1 – 10 of 10) sorted by relevance
48 c1 = (char)toLower(c1); in compare()49 c2 = (char)toLower(c2); in compare()77 h = 31*h + toLower(s.charAt(i));92 static int toLower(int ch) {
63 if (c1 != c2 && toLower(c1) != toLower(c2)) { in caseIgnoreMatch()81 static char toLower(char c) { in toLower() method in LocaleUtils103 buf[i] = (i < idx) ? c : toLower(c); in toLowerString()153 buf[i] = toLower(c); in toTitleString()
193 h = 31 * h + LocaleUtils.toLower(region.charAt(i)); in Key()210 h = 31*h + LocaleUtils.toLower(language.charAt(i)); in Key()219 h = 31*h + LocaleUtils.toLower(script.charAt(i)); in Key()228 h = 31*h + LocaleUtils.toLower(region.charAt(i)); in Key()
87 char key = LocaleUtils.toLower(ext.getKey().value()); in LocaleExtensions()144 return extensionMap.get(LocaleUtils.toLower(key)); in getExtension()148 Extension ext = extensionMap.get(LocaleUtils.toLower(key)); in getExtensionValue()
109 return (SINGLETON == LocaleUtils.toLower(c)); in isSingletonChar()
711 lowerCh = LocaleUtils.toLower(ch); in CaseInsensitiveChar()
265 if (toLower(lbuf[0]) == 'n' && toLower(lbuf[1]) == 'a' && in parseName()266 toLower(lbuf[2]) == 'm' && toLower(lbuf[3]) == 'e' && in parseName()277 private int toLower(int c) { in toLower() method in Manifest
52 static int toLower(int ch) { in toLower() method in ASCIICaseInsensitiveComparator
1680 private static int toLower(char c) { in toLower() method in URI1713 if (toLower(s.charAt(i)) != toLower(t.charAt(i))) in equal()1716 if (toLower(s.charAt(i)) != toLower(t.charAt(i))) in equal()1733 if (toLower(s.charAt(i)) != toLower(t.charAt(i))) in equalIgnoringCase()1771 h = 31 * h + toLower(s.charAt(i)); in hashIgnoringCase()1796 int c = toLower(s.charAt(i)) - toLower(t.charAt(i)); in compareIgnoringCase()
203 private static int toLower(char c) { in toLower() method in URI