Searched refs:toUpper (Results 1 – 5 of 5) 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
1687 private static int toUpper(char c) { in toUpper() method in URI1758 h = 31 * h + toUpper(s.charAt(i)); in normalizedHash()