Searched defs:toUpperCase (Results 1 – 5 of 5) sorted by relevance
142 public static String toUpperCase(Locale locale, String s, char[] value, int offset, int count) { in toUpperCase() method in CaseMapper
1529 public String toUpperCase() { in toUpperCase() method in String1546 public String toUpperCase(Locale locale) { in toUpperCase() method in String
3281 public static char toUpperCase(char c) { in toUpperCase() method in Character3295 public static int toUpperCase(int codePoint) { in toUpperCase() method in Character
143 public static native String toUpperCase(String s, String localeName); in toUpperCase() method in ICU
377 private List toUpperCase(Collection expected) { in toUpperCase() method in DOMTestCase