Searched refs:toUpper (Results 1 – 6 of 6) sorted by relevance
77 static char toUpper(char c) { in toUpper() method in LocaleUtils123 buf[i] = (i < idx) ? c : toUpper(c); in toUpperString()149 buf[i] = toUpper(c); in toTitleString()
56 static int toUpper(int ch) { in toUpper() method in ASCIICaseInsensitiveComparator
96 static int toUpper(int ch) {
207 private static int toUpper(char c) { in toUpper() method in URI
1686 private static int toUpper(char c) { in toUpper() method in URI1757 h = 31 * h + toUpper(s.charAt(i)); in normalizedHash()
727 s.toUpper(icuLocale.locale()); in ICU_toUpperCase()