Home
last modified time | relevance | path

Searched defs:codePointOf (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/annotations/sdk/nullability/java/lang/
DCharacter.annotated.java209 public static int codePointOf(@libcore.util.NonNull String name) { throw new RuntimeException("Stub… in codePointOf() method in Character
/libcore/ojluni/annotations/flagged_api/java/lang/
DCharacter.annotated.java214 public static int codePointOf(java.lang.String name) { throw new RuntimeException("Stub!"); } in codePointOf() method in Character
/libcore/ojluni/src/main/java/java/lang/
DCharacter.java11817 public static int codePointOf(String name) { in codePointOf() method in Character