Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/sdk/nullability/java/lang/
DCharacter.annotated.java85 public static int toChars(int codePoint, char[] dst, int dstIndex) { throw new RuntimeException("St… in toChars() method in Character
87 public static char[] toChars(int codePoint) { throw new RuntimeException("Stub!"); } in toChars() method in Character
/libcore/ojluni/annotations/hiddenapi/java/lang/
DCharacter.java143 public static int toChars(int codePoint, char[] dst, int dstIndex) { in toChars() method in Character
147 public static char[] toChars(int codePoint) { in toChars() method in Character
/libcore/ojluni/src/main/java/java/lang/
DCharacter.java5171 public static int toChars(int codePoint, char[] dst, int dstIndex) { in toChars() method in Character
5199 public static char[] toChars(int codePoint) { in toChars() method in Character