Searched defs:toUpperCase (Results 1 – 5 of 5) sorted by relevance
150 public static String toUpperCase(Locale locale, String s, char[] value, int offset, int count) { in toUpperCase() method in CaseMapper
3258 public static char toUpperCase(char c) { in toUpperCase() method in Character3272 public static int toUpperCase(int codePoint) { in toUpperCase() method in Character
355 public static String toUpperCase(String s, Locale locale) { in toUpperCase() method in ICU359 private static native String toUpperCase(String s, String languageTag); in toUpperCase() method in ICU
1388 public String toUpperCase() { in toUpperCase() method in String1405 public String toUpperCase(Locale locale) { in toUpperCase() method in String
377 private List toUpperCase(Collection expected) { in toUpperCase() method in DOMTestCase