Home
last modified time | relevance | path

Searched defs:toTitleCase (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/annotations/sdk/nullability/java/lang/
DCharacter.annotated.java161 public static char toTitleCase(char ch) { throw new RuntimeException("Stub!"); } in toTitleCase() method in Character
163 public static int toTitleCase(int codePoint) { throw new RuntimeException("Stub!"); } in toTitleCase() method in Character
/libcore/ojluni/annotations/hiddenapi/java/lang/
DCharacter.java340 public static char toTitleCase(char ch) { in toTitleCase() method in Character
344 public static int toTitleCase(int codePoint) { in toTitleCase() method in Character
/libcore/ojluni/annotations/flagged_api/java/lang/
DCharacter.annotated.java222 public static char toTitleCase(char ch) { throw new RuntimeException("Stub!"); } in toTitleCase() method in Character
224 public static int toTitleCase(int codePoint) { throw new RuntimeException("Stub!"); } in toTitleCase() method in Character
/libcore/ojluni/src/main/java/java/lang/
DCharacter.java11332 public static char toTitleCase(char ch) { in toTitleCase() method in Character
11365 public static int toTitleCase(int codePoint) { in toTitleCase() method in Character